]> sourceware.org Git - newlib-cygwin.git/commit
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
authorChristopher Faylor <me@cgf.cx>
Sat, 14 Dec 2002 04:01:32 +0000 (04:01 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 14 Dec 2002 04:01:32 +0000 (04:01 +0000)
commit8bce0d723c50924b908dca1467037c8008e872be
treedcaf982175c090c0e7668af5fa00dac09fb07b27
parentec085641a9b4d25e16df12d7449f7ad689934117
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
whose second arguments are both the lenght and the return value.
* fhandler.cc (fhandler_base::read): Rework slightly to use second argument as
input/output.  Tweak CRLF stuff.
(fhandler_base::readv): Accommodate fhandler_*::read changes.
* cygthread.h (cygthread::detach): Declare as taking optional handle argument.
(cygthread::detach): When given a handle argument, wait for the handle to be
signalled before waiting for thread to detach.  Return true when signal
detected.
19 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/cygthread.cc
winsup/cygwin/cygthread.h
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_clipboard.cc
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_dsp.cc
winsup/cygwin/fhandler_floppy.cc
winsup/cygwin/fhandler_mem.cc
winsup/cygwin/fhandler_random.cc
winsup/cygwin/fhandler_raw.cc
winsup/cygwin/fhandler_serial.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/fhandler_virtual.cc
winsup/cygwin/fhandler_windows.cc
winsup/cygwin/fhandler_zero.cc
winsup/cygwin/pipe.cc
This page took 0.034142 seconds and 5 git commands to generate.