about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-06 21:12:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-06 21:12:53 +0000
commitd482d2a33ea8b12504eb0aef363c9a85d0ec4999 (patch)
treecf105e35e8fc193ceb206b96e3bec1b744a9a9b3 /ChangeLog
parent8cb9c6509bde1537467b3432eb38ac26cb7f5e11 (diff)
downloadglibc-d482d2a33ea8b12504eb0aef363c9a85d0ec4999.tar.gz
glibc-d482d2a33ea8b12504eb0aef363c9a85d0ec4999.tar.xz
glibc-d482d2a33ea8b12504eb0aef363c9a85d0ec4999.zip
Update.
	* sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 433dbcae52..667b074918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-09-06  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
+
 	* stdlib/Makefile (tests): Add tst-bsearch.
 	* stdlib/tst-bsearch.c: New file.