diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-03 17:09:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-03 17:09:27 +0000 |
commit | 4bdd64534ff87261e204570697d7f7e83af5b6cd (patch) | |
tree | 905e049463a281a57c294f90f5c4df715b2a5800 /ChangeLog | |
parent | d03db7f0c7c59bf5ef95114b5787324a5171587a (diff) | |
download | glibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.tar.gz glibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.tar.xz glibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.zip |
Update.
1999-08-03 Andreas Schwab <schwab@suse.de> * sysdeps/posix/sigset.c: Unblock the signal after setting its disposition. Use SIG_BLOCK/SIG_UNBLOCK instead of SIG_SETMASK to avoid two calls to sigprocmask.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d113918493..95602f12f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-08-03 Andreas Schwab <schwab@suse.de> + + * sysdeps/posix/sigset.c: Unblock the signal after setting its + disposition. Use SIG_BLOCK/SIG_UNBLOCK instead of SIG_SETMASK to + avoid two calls to sigprocmask. + 1999-08-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/s_nexttowardf.c: Fix typo. |