diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-13 19:50:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-13 19:50:46 +0000 |
commit | e8cda341a4e8893a5932a0d22440e7c191c37564 (patch) | |
tree | 153610ed89e615fb1475ae0c3ab897726cb652c1 /nptl/Makefile | |
parent | 89e78a954dbd659e0e118aa577d0656363d3c1c2 (diff) | |
download | glibc-e8cda341a4e8893a5932a0d22440e7c191c37564.tar glibc-e8cda341a4e8893a5932a0d22440e7c191c37564.tar.gz glibc-e8cda341a4e8893a5932a0d22440e7c191c37564.tar.bz2 glibc-e8cda341a4e8893a5932a0d22440e7c191c37564.zip |
Update.
2003-02-13 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-cleanup3.
* tst-cleanup3.c: New file.
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 591e203fcd..ba5ab61a9b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -142,7 +142,7 @@ tests = tst-attr1 tst-attr2 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ tst-cancel6 tst-cancel7 tst-cancel8 \ - tst-cleanup1 tst-cleanup2 \ + tst-cleanup1 tst-cleanup2 tst-cleanup3 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 \ tst-exec1 tst-exec2 tst-exec3 \ |