newlib/winsup
Christopher Faylor 476dfb657b * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
(fhandler_tty_slave::ready_for_read): Ditto.
(select_record): Remove poll, initialize peek.
* select.cc: Remove all poll functions, throughout.  Change second argument of
peek_* functions to 'bool' throughout.  Specifically initialize *_ready
variables throughout.
(select_stuff::poll): Subsume previous poll functionality.
(peek_pipe): Don't grab guard mutex when in select loop.  select()/read() is
racy by design so there is no need to worry about a race in select().
(fhandler_base::ready_for_read): Remove unused argument.
(fhandler_tty_slave::ready_for_read): Ditto.
* syscalls.cc (_read): Eliminate third argument in ready_for_read call.
2001-11-04 02:31:58 +00:00
..
bz2lib
cygwin * fhandler.h (fhandler_base::ready_for_read): Remove unused argument. 2001-11-04 02:31:58 +00:00
doc * pathnames.sgml: Cleanup raw device text to be more coherent. 2001-10-16 16:03:22 +00:00
mingw 2001-10-30 Danny Smith <dannysmith@users.sourceforge.net> 2001-11-01 19:51:50 +00:00
subauth * Makefile.in: Comment out install for now. 2001-10-12 20:02:41 +00:00
testsuite * libltp/lib/forker.c: Include proper header to avoid compiler 2001-11-02 20:45:00 +00:00
utils Clarify checkin comment slightly. 2001-10-24 23:56:45 +00:00
w32api 2001-11-01 Danny Smith <dannysmith@users.sourceforge.net> 2001-11-01 19:42:57 +00:00
ChangeLog * Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3 2001-11-03 19:56:52 +00:00
configure * configure: Regenerate, removing erroneous SUBDIRS substitution. 2001-10-26 15:01:08 +00:00
configure.in * Makefile.in: Only build testsuite directory on first 'make check'. 2001-10-24 21:56:54 +00:00
CYGWIN_LICENSE Red Hatize 2001-10-12 01:51:21 +00:00
MAINTAINERS
Makefile.common * Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3 2001-11-03 19:56:52 +00:00
Makefile.in * Makefile.in: Propagate 'clean' to subdirs properly. 2001-10-29 20:32:27 +00:00