From 56caca1d1697ba826de42ba20014318b73a31ebd Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 12 May 2002 04:55:10 +0000 Subject: [PATCH] fix entry --- winsup/cygwin/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b7940bce2..01f8d0c08 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,7 +1,7 @@ 2002-05-12 Christopher Faylor - * syscalls.cc (_read): Change error to EBADF if attempt to write to a - non-writable fd. + * syscalls.cc (_read): Change error to EBADF if attempt to read from a + non-readable fd. 2002-05-11 Christopher Faylor @@ -65,7 +65,7 @@ 2002-05-09 Christopher Faylor * syscalls.cc (_write): Change error to EBADF if attempt to write to a - non-writable fd. + non-writeable fd. 2002-05-08 Corinna Vinschen -- 2.43.5