aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.