diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-05-06 10:56:37 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-05-06 10:56:37 +0000 |
commit | a4e5706eb2e207ee891bc1dec7488ac6d3a14d48 (patch) | |
tree | 334b8f95cf17a34b1182e41961fe38b847acecb3 /newlib/libc/sys/linux/linuxthreads/libc-internal.h | |
parent | 92ddb74290655b6f9394801dac4242c93e03f9ed (diff) | |
download | cygnal-a4e5706eb2e207ee891bc1dec7488ac6d3a14d48.tar.gz cygnal-a4e5706eb2e207ee891bc1dec7488ac6d3a14d48.tar.bz2 cygnal-a4e5706eb2e207ee891bc1dec7488ac6d3a14d48.zip |
* fhandler.h (fhandler_socket::read): Declare.
(fhandler_socket::write): Declare.
* fhandler_procsys.cc (fhandler_procsys::read): Add FIXME comment.
(fhandler_procsys::write): Ditto.
* fhandler_socket.cc (fhandler_socket::read): New method.
(fhandler_socket::write): New method.
* syscalls.cc: Rearrange order of read/write functions.
(read): Call fhandler read method directly instead of just readv.
(readv): Remove EINTR loop. This is done in all affected fhandler's
now.
(write): Call fhandler write method directly instead of just writev.
Fix debug output.
Diffstat (limited to 'newlib/libc/sys/linux/linuxthreads/libc-internal.h')
0 files changed, 0 insertions, 0 deletions