diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-15 14:33:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-15 14:33:27 +0000 |
commit | d012636f1f27cfd477aa87faabca089387655b25 (patch) | |
tree | acb78bf11b06b1f1a1a29050b919213f439cfc3f /ChangeLog | |
parent | 9cfba5dc11db58e94c1ef828aa9274b58bdfc513 (diff) | |
download | glibc-d012636f1f27cfd477aa87faabca089387655b25.zip glibc-d012636f1f27cfd477aa87faabca089387655b25.tar.gz glibc-d012636f1f27cfd477aa87faabca089387655b25.tar.bz2 |
1999-03-15 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to
_hurd_select if TIMEMOUT is -1.
1999-03-15 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-03-15 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/poll.c (__poll): Correctly pass NULL to + _hurd_select if TIMEMOUT is -1. + +1999-03-15 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/recvfrom.c (recvfrom): Allow ADDR to be NULL. + 1999-03-15 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c: Compute rtld_search_dir array size correctly. |