diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-07 05:39:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-07 05:39:20 +0000 |
commit | 4614167ae7b81851d332316d09bd418a062b1278 (patch) | |
tree | a32a0bc349fefef43b30ed752cb9ab52bcf2cce8 /nptl/Makefile | |
parent | 85d1401f1b48bab18552619e362954cddb764ec9 (diff) | |
download | glibc-4614167ae7b81851d332316d09bd418a062b1278.tar glibc-4614167ae7b81851d332316d09bd418a062b1278.tar.gz glibc-4614167ae7b81851d332316d09bd418a062b1278.tar.bz2 glibc-4614167ae7b81851d332316d09bd418a062b1278.zip |
Update.
* test-skeleton.c (timeout_handler): Allow expected signal to be
SIGALRM.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 7683ab87db..77541b8874 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -131,6 +131,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-signal1 tst-signal2 tst-signal3 \ tst-exec1 tst-exec2 tst-exec3 \ tst-exit1 \ + tst-stdio1 tst-stdio2 \ tst-stack1 \ tst-unload \ tst-sysconf \ |