diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 21:12:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 21:12:53 +0000 |
commit | d482d2a33ea8b12504eb0aef363c9a85d0ec4999 (patch) | |
tree | cf105e35e8fc193ceb206b96e3bec1b744a9a9b3 /ChangeLog | |
parent | 8cb9c6509bde1537467b3432eb38ac26cb7f5e11 (diff) | |
download | glibc-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-- | ChangeLog | 2 |
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. |