diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-05 06:09:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-05 06:09:15 +0000 |
commit | 9c510edc61bef580f66590d0932a64873307e1c5 (patch) | |
tree | dca774d4fabdf48d9098f7691beb1178c12aab0b /winsup/cygwin/select.cc | |
parent | a9ae96dde4c22f69c06f2c7b0ace0b0ad07ee0e5 (diff) | |
download | newlib-9c510edc61bef580f66590d0932a64873307e1c5.zip newlib-9c510edc61bef580f66590d0932a64873307e1c5.tar.gz newlib-9c510edc61bef580f66590d0932a64873307e1c5.tar.bz2 |
Eliminate excess whitespace.
Diffstat (limited to 'winsup/cygwin/select.cc')
-rw-r--r-- | winsup/cygwin/select.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.cc index bf26242..7b3fc32 100644 --- a/winsup/cygwin/select.cc +++ b/winsup/cygwin/select.cc @@ -286,7 +286,7 @@ select_stuff::wait (fd_set *readfds, fd_set *writefds, fd_set *exceptfds, s = &start; int gotone = FALSE; /* Some types of object (e.g., consoles) wake up on "inappropriate" events - like mouse movements. The verify function will detect these situations. + like mouse movements. The verify function will detect these situations. If it returns false, then this wakeup was a false alarm and we should go back to waiting. */ while ((s = s->next)) @@ -671,7 +671,7 @@ peek_console (select_record *me, bool) return me->write_ready; } - + static int verify_console (select_record *me, fd_set *rfds, fd_set *wfds, fd_set *efds) |