diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 10:22:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 10:22:52 +0000 |
commit | 5430d926c54d552794e2ef626b37b7f8bc1ec68e (patch) | |
tree | 8f07e18afee8bdebefc1f9863888c52f8c992ebc /nptl/Makefile | |
parent | 179ff175dff6afdb1f2a12f8c18fa48b29bbee6a (diff) | |
download | glibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.tar.gz glibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.tar.xz glibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.zip |
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.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index b4bbe99984..c2353bcb4f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -136,16 +136,16 @@ tests = tst-attr1 tst-attr2 \ tst-key1 tst-key2 tst-key3 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ - tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 \ + tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ - tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 \ + tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \ tst-cleanup1 tst-cleanup2 tst-cleanup3 \ tst-flock1 tst-flock2 \ - tst-signal1 tst-signal2 tst-signal3 \ + tst-signal1 tst-signal2 tst-signal3 tst-signal4 \ tst-exec1 tst-exec2 tst-exec3 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ |