aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-15 14:33:27 +0000
committerRoland McGrath <roland@gnu.org>1999-03-15 14:33:27 +0000
commitd012636f1f27cfd477aa87faabca089387655b25 (patch)
treeacb78bf11b06b1f1a1a29050b919213f439cfc3f /ChangeLog
parent9cfba5dc11db58e94c1ef828aa9274b58bdfc513 (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b083279..aa1c414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.