summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/getchar.c
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-06 10:56:37 +0000
committerCorinna Vinschen <corinna@vinschen.de>2011-05-06 10:56:37 +0000
commita4e5706eb2e207ee891bc1dec7488ac6d3a14d48 (patch)
tree334b8f95cf17a34b1182e41961fe38b847acecb3 /newlib/libc/stdio/getchar.c
parent92ddb74290655b6f9394801dac4242c93e03f9ed (diff)
downloadcygnal-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/stdio/getchar.c')
0 files changed, 0 insertions, 0 deletions