diff options
author | Christopher Faylor <me@cgf.cx> | 2000-03-19 03:53:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-03-19 03:53:18 +0000 |
commit | c6c9f06b7c20e7d2c3d32e314716783ccc631d91 (patch) | |
tree | 30589b0d06e8eab04a72b487d27315d908c11545 /winsup/utils/ChangeLog | |
parent | 72ac8b4f0fdf15552024de424be9d2fac33357f2 (diff) | |
download | cygnal-c6c9f06b7c20e7d2c3d32e314716783ccc631d91.tar.gz cygnal-c6c9f06b7c20e7d2c3d32e314716783ccc631d91.tar.bz2 cygnal-c6c9f06b7c20e7d2c3d32e314716783ccc631d91.zip |
Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:
* strace.cc (_impure_ptr): New global variable to make strace build under
Cygwin gcc.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 2030f171a..49e42bb33 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,9 @@ +Sat Mar 18 22:52:37 2000 Christopher Faylor <cgf@cygnus.com> + + Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>: + * strace.cc (_impure_ptr): New global variable to make strace build + under Cygwin gcc. + Sat Mar 18 12:45:10 2000 Christopher Faylor <cgf@cygnus.com> * Makefile.in: Make CXXFLAGS consistent with cygwin. |