summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-17 20:39:52 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-17 20:39:52 +0000
commit45a9a50e68f58102e86b949527fd0c2bc0abf4ce (patch)
tree13b0b8386ad948982bb67bfe3f09e62e91f203b9 /ChangeLog
parentd8cceb4fcf42c9dd7805b75a8640e15d00dd7ac9 (diff)
Update.
* sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant by working removing SIG_IGN handler for SIGCHLD if necessary. Patch by H.J. Lu <hjl@lucon.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18914ea140..be1a379dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1998-11-17 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
+ by working removing SIG_IGN handler for SIGCHLD if necessary.
+ Patch by H.J. Lu <hjl@lucon.org>.
+
* stdio-common/printf_fphex.c (__printf_fphex): Correct printing
of denormalized numbers.