aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-17 20:46:06 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-17 20:46:06 +0000
commitaa3cee213a291e2fd7298579059706622dd16793 (patch)
tree03e41fae515f7332a202683818f4d1d98053381a /ChangeLog
parent047aec8f19cdb702f2a0645643f38a12033c353d (diff)
downloadglibc-aa3cee213a291e2fd7298579059706622dd16793.tar
glibc-aa3cee213a291e2fd7298579059706622dd16793.tar.gz
glibc-aa3cee213a291e2fd7298579059706622dd16793.tar.bz2
glibc-aa3cee213a291e2fd7298579059706622dd16793.zip
Update.
* sysdeps/unix/sysv/linux/sigtimedwait.c: If SIGCANCEL is defined and part of the incoming set, create a temporary set without this signal. * sysdeps/unix/sysv/linux/sigwait.c: Likewise. * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise. returning because seconds==0. Add __builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d7f4e1ecd..addd53ad3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
2003-06-17 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/sigtimedwait.c: If SIGCANCEL is defined
+ and part of the incoming set, create a temporary set without this
+ signal.
+ * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
+ * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
+
* sysdeps/unix/sysv/linux/sleep.c: Use CANCELLATION_P if defined before
- returning because seconds==0.
+ returning because seconds==0. Add __builtin_expect.
2003-06-16 Ulrich Drepper <drepper@redhat.com>