Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Feb 2003 10:22:52 +0000 (10:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Feb 2003 10:22:52 +0000 (10:22 +0000)
commit5430d926c54d552794e2ef626b37b7f8bc1ec68e
tree8f07e18afee8bdebefc1f9863888c52f8c992ebc
parent179ff175dff6afdb1f2a12f8c18fa48b29bbee6a
Update.

2003-02-17  Ulrich Drepper  <drepper@redhat.com>

* Makefile (tests): Add tst-basic6.
* tst-basic6.c: New file.

* tst-basic1.c: Add test for process ID.

* Makefile (tests): Add tst-cancel10.
* tst-cancel10.c: New file.

* Makefile (tests): Add tst-signal4.
* tst-signal4.c: New file.

* sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use
__sigismember instead of sigismember.  Add __builtin_expect.
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/pthread/pthread_sigmask.c
nptl/tst-basic1.c
nptl/tst-cancel10.c [new file with mode: 0644]
nptl/tst-signal4.c [new file with mode: 0644]