summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-17 16:14:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-17 16:14:44 +0000
commit71a14d64831fed0b9fd6a0488aff6d6eab89b448 (patch)
tree96ea75af1426064eca99b9627e823ca16191b40a /ChangeLog
parentb112c02fa26967dc8d5aa26dcbe3701821eee6f1 (diff)
Update.
1998-02-17 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with 0 to get always an int. Make compatible with older kernels. Patch by Richard Henderson.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26002be3c4..805219afbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-02-17 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
+ 0 to get always an int.
+
1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* math/libm.map: Move all symbols that are new in glibc 2.1 to
@@ -19,7 +24,7 @@
1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
- Make compatible with older kernels. Patch by Richard Henderson.
+ Make compatible with older kernels. Patch by Richard Henderson.
1998-02-17 15:10 Ulrich Drepper <drepper@cygnus.com>