fix entry

This commit is contained in:
Christopher Faylor 2002-05-12 04:55:10 +00:00
parent b4f8d31f3b
commit 56caca1d16
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
2002-05-12 Christopher Faylor <cgf@redhat.com>
* 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 <cgf@redhat.com>
@ -65,7 +65,7 @@
2002-05-09 Christopher Faylor <cgf@redhat.com>
* syscalls.cc (_write): Change error to EBADF if attempt to write to a
non-writable fd.
non-writeable fd.
2002-05-08 Corinna Vinschen <corinna@vinschen.de>