aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
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.