diff options
author | Miles Bader <miles@gnu.org> | 1996-03-04 22:56:09 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-04 22:56:09 +0000 |
commit | e49639955f4c3ad8a08d3457894417b456a57533 (patch) | |
tree | 0853215b3b1ce63fb5dfae8ab1396d74f3b3dfbb /ChangeLog | |
parent | c3d3967cd2a9ebf8bd312ca5be09b6a844f3edf5 (diff) | |
download | glibc-e49639955f4c3ad8a08d3457894417b456a57533.tar glibc-e49639955f4c3ad8a08d3457894417b456a57533.tar.gz glibc-e49639955f4c3ad8a08d3457894417b456a57533.tar.bz2 glibc-e49639955f4c3ad8a08d3457894417b456a57533.zip |
Hurd select fixes.
Mon Mar 4 17:35:35 1996 Miles Bader <miles@gnu.ai.mit.edu>
* sysdeps/mach/hurd/select.c (__select):
Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0!
Don't return without frobbing the bitmasks after a timeout.
When clearing the bitmasks, only loop from FIRSTFD to LASTFD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Mar 4 17:35:35 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * sysdeps/mach/hurd/select.c (__select): + Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0! + Don't return without frobbing the bitmasks after a timeout. + When clearing the bitmasks, only loop from FIRSTFD to LASTFD. + Sat Mar 2 16:35:40 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * sysdeps/unix/sysv/linux/m68k/profil-counter.h: File removed. |