diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 09:08:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 09:08:07 +0000 |
commit | 772e3426a7b6f5200cb1029d41308b8b666cdbab (patch) | |
tree | 7f881f4054beae5b9352ad9771e37ce31dee8b8d /ChangeLog | |
parent | 0566b130fbb77c2673d0459b4d9ff825fc68b094 (diff) | |
download | glibc-772e3426a7b6f5200cb1029d41308b8b666cdbab.tar.gz glibc-772e3426a7b6f5200cb1029d41308b8b666cdbab.tar.xz glibc-772e3426a7b6f5200cb1029d41308b8b666cdbab.zip |
Update.
2003-01-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/common/pause.c (do_pause): New function. Split from __libc_pause. Implement using sigsuspend. (__libc_pause): Call do_pause to do the real work. * sysdeps/posix/sigpause.c (do_sigpause): Check range of sig_or_mask parameter is is_sig != 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9de63ba765..ef422b7f5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-01-28 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/common/pause.c (do_pause): New function. Split + from __libc_pause. Implement using sigsuspend. + (__libc_pause): Call do_pause to do the real work. + + * sysdeps/posix/sigpause.c (do_sigpause): Check range of + sig_or_mask parameter is is_sig != 0. + 2003-01-21 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define. |