diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-17 20:39:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-17 20:39:52 +0000 |
commit | 45a9a50e68f58102e86b949527fd0c2bc0abf4ce (patch) | |
tree | 13b0b8386ad948982bb67bfe3f09e62e91f203b9 /ChangeLog | |
parent | d8cceb4fcf42c9dd7805b75a8640e15d00dd7ac9 (diff) | |
download | glibc-45a9a50e68f58102e86b949527fd0c2bc0abf4ce.tar glibc-45a9a50e68f58102e86b949527fd0c2bc0abf4ce.tar.gz glibc-45a9a50e68f58102e86b949527fd0c2bc0abf4ce.tar.bz2 glibc-45a9a50e68f58102e86b949527fd0c2bc0abf4ce.zip |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |