diff options
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 525167caf..ef02345a9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2002-03-05 Christopher Faylor <cgf@redhat.com> + * errno.cc: Change EPERM associated text to "Operation not permitted" + throughout. + +2002-03-05 Christopher Faylor <cgf@redhat.com> + * fhandler_socket.cc (fhandler_socket::close): Respond to signals while looping, waiting for socket to close. Superstitiously clear last error when WSAEWOULDBLOCK. |