diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 23:49:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-17 23:49:52 +0000 |
commit | ecfda9bd440014182b4de9a157a27bf7550c6a2c (patch) | |
tree | 33eaec0fde7906b6749a3276064a79a3fb0ebe2c /nptl/Makefile | |
parent | 7d78ab990fc8a6da5ffdd90fe146d30e42210c8b (diff) | |
download | glibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.tar.gz glibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.tar.xz glibc-ecfda9bd440014182b4de9a157a27bf7550c6a2c.zip |
Update.
* Makefile (tests): Add tst-signal5. * tst-signal5.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 c2353bcb4f..c3b824a4e9 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -145,7 +145,7 @@ tests = tst-attr1 tst-attr2 \ 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-signal4 \ + tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ tst-exec1 tst-exec2 tst-exec3 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ |