diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-07 03:25:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-07 03:25:38 +0000 |
commit | 7aadaf0f7eefe50e4f7d4aa71b71b1f85e37ea6e (patch) | |
tree | 2126164785991b7b164faec20382c0006c77ee33 /winsup/cygwin/ChangeLog | |
parent | 829425c9fdfa7aa595e247897bb33d2f69272048 (diff) | |
download | cygnal-7aadaf0f7eefe50e4f7d4aa71b71b1f85e37ea6e.tar.gz cygnal-7aadaf0f7eefe50e4f7d4aa71b71b1f85e37ea6e.tar.bz2 cygnal-7aadaf0f7eefe50e4f7d4aa71b71b1f85e37ea6e.zip |
* syscalls.cc (_read): Behave properly when passed previous version of
O_NDELAY. Fix up debugging output.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6cb4c75a4..ef5486235 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 6 23:21:29 2000 Christopher Faylor <cgf@cygnus.com> + + * syscalls.cc (_read): Behave properly when passed previous version of + O_NDELAY. Fix up debugging output. + Thu Oct 5 20:34:48 2000 Christopher Faylor <cgf@cygnus.com> * net.cc (set_socket_inheritance): Rename from duplicate_socket. Use |