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 /nptl/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 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index b0962dc662..f5ca916823 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -215,7 +215,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ tst-cancel6 tst-cancel7 tst-cancel8 tst-cancel9 tst-cancel10 \ tst-cancel11 tst-cancel12 tst-cancel13 tst-cancel14 tst-cancel15 \ - tst-cancel16 tst-cancel17 tst-cancel18 \ + tst-cancel16 tst-cancel17 tst-cancel18 tst-cancel19 \ tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ |