diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-17 18:12:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-17 18:12:31 +0000 |
commit | 89e28f65b38fff8531b6634ea1e77f27abb069ea (patch) | |
tree | 2afe16c27c06a6d088728a4ef5c528614203607d /ChangeLog | |
parent | c9df3df9d2a1d7a87f8026b6279639bca0962b91 (diff) | |
download | glibc-89e28f65b38fff8531b6634ea1e77f27abb069ea.tar.gz glibc-89e28f65b38fff8531b6634ea1e77f27abb069ea.tar.xz glibc-89e28f65b38fff8531b6634ea1e77f27abb069ea.zip |
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-- | ChangeLog | 3 |
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. |