fix entry
This commit is contained in:
parent
b4f8d31f3b
commit
56caca1d16
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue