diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 16:26:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 16:26:13 +0000 |
commit | 8df6c274bccc0d0c982b301b22d3e180bdb0e5d2 (patch) | |
tree | 706d001d3df257c14feeed3936a14860fdd99079 | |
parent | cd2327438be49c5cac0133f89630416331e6b575 (diff) | |
download | glibc-8df6c274bccc0d0c982b301b22d3e180bdb0e5d2.tar glibc-8df6c274bccc0d0c982b301b22d3e180bdb0e5d2.tar.gz glibc-8df6c274bccc0d0c982b301b22d3e180bdb0e5d2.tar.bz2 glibc-8df6c274bccc0d0c982b301b22d3e180bdb0e5d2.zip |
Update.
2001-05-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Use
CHECK_SIGSET_NULL_OK and not CHECK_SIGSET for all parameters.
Reported by Mark Burton <markb@ordern.com>.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-05-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Use + CHECK_SIGSET_NULL_OK and not CHECK_SIGSET for all parameters. + Reported by Mark Burton <markb@ordern.com>. + 2001-05-17 Jakub Jelinek <jakub@redhat.com> * elf/ldconfig.c (add_dir): Only warn about stat failure if |