aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-03 17:09:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-03 17:09:27 +0000
commit4bdd64534ff87261e204570697d7f7e83af5b6cd (patch)
tree905e049463a281a57c294f90f5c4df715b2a5800 /ChangeLog
parentd03db7f0c7c59bf5ef95114b5787324a5171587a (diff)
downloadglibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.zip
glibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.tar.gz
glibc-4bdd64534ff87261e204570697d7f7e83af5b6cd.tar.bz2
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d113918..95602f1 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.