summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-17 18:12:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-17 18:12:31 +0000
commit89e28f65b38fff8531b6634ea1e77f27abb069ea (patch)
tree2afe16c27c06a6d088728a4ef5c528614203607d /ChangeLog
parentc9df3df9d2a1d7a87f8026b6279639bca0962b91 (diff)
downloadglibc-89e28f65b38fff8531b6634ea1e77f27abb069ea.tar.gz
Update.
* signal/sighold.c (sighold): Use sigaddset and not __sigaddset. The signal number must be checked [PR libc/5004].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd1dcd097d..b1f208641b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-04-17 Ulrich Drepper <drepper@redhat.com>
+ * signal/sighold.c (sighold): Use sigaddset and not __sigaddset.
+ The signal number must be checked [PR libc/5004].
+
* sysdeps/unix/sysv/linux/system.c: If compiled without threads
don't do anything fancy.