diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 18:56:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-02 18:56:20 +0000 |
commit | 1b6f6a92e34fc726b6dfc249d90e8812f9d757a8 (patch) | |
tree | 16ad0d8aec0c7bfe4612181b79f858ce92483e13 /linuxthreads/Makefile | |
parent | 4d961dc7aa520e17b15e1fe024be8d6ccdadf87e (diff) | |
download | glibc-1b6f6a92e34fc726b6dfc249d90e8812f9d757a8.tar.gz glibc-1b6f6a92e34fc726b6dfc249d90e8812f9d757a8.tar.xz glibc-1b6f6a92e34fc726b6dfc249d90e8812f9d757a8.zip |
Update.
2003-10-02 Jeroen Dekkers <jeroen@dekkers.cx> * sysdeps/mach/hurd/malloc-machine.h: Copy the tsd code from the old thread-m.h header too.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index cb57ee51a2..8fea64f6fc 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -109,7 +109,7 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ ex17 ex18 tst-cancel tst-context bug-sleep \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ - tst-cancel6 tst-cancel7 tst-popen tst-popen2 tst-attr1 + tst-cancel6 tst-cancel7 tst-cancel8 tst-popen tst-popen2 tst-attr1 test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |