diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 08:58:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 08:58:51 +0000 |
commit | afdef815547ff44caf8f65e7fd107ca482896284 (patch) | |
tree | 87b316378f05b05f467f123aaf6f9c8562b8e72e /ChangeLog | |
parent | 92f120d446433f74d4d2612587bb38a992050a04 (diff) | |
download | glibc-afdef815547ff44caf8f65e7fd107ca482896284.zip glibc-afdef815547ff44caf8f65e7fd107ca482896284.tar.gz glibc-afdef815547ff44caf8f65e7fd107ca482896284.tar.bz2 |
Update.
* manual/signal.texi (Process Signal Mask): Document that
pthread_sigmask, not sigprocmask, must be used in MT programs.
Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-01-29 Ulrich Drepper <drepper@redhat.com> + * manual/signal.texi (Process Signal Mask): Document that + pthread_sigmask, not sigprocmask, must be used in MT programs. + Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>. + * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is found. * misc/Makefile (tests): Add tst-hsearch. |