aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
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.