diff options
author | Roland McGrath <roland@gnu.org> | 1999-02-27 13:27:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-02-27 13:27:55 +0000 |
commit | e4950117083ed6231741f77f162d47b3aa6b5933 (patch) | |
tree | e3041442489fd21784b695fdf27e3b37304bd4e1 | |
parent | c3aba1be9041b0e490e0fa60204680ec98eb93c2 (diff) | |
download | glibc-e4950117083ed6231741f77f162d47b3aa6b5933.tar.gz glibc-e4950117083ed6231741f77f162d47b3aa6b5933.tar.xz glibc-e4950117083ed6231741f77f162d47b3aa6b5933.zip |
1999-02-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't try to _hurd_port_free a lower-numbered descriptor that was not in any fd_set.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82ce45b51d..1d1133443f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-02-27 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/hurdselect.c (_hurd_select): When bailing for bogus fd, don't + try to _hurd_port_free a lower-numbered descriptor that was not in any + fd_set. + 1999-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de> * wcsmbs/wcstold_l.c [__NO_LONG_DOUBLE_MATH]: Add prototype |