diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 16:53:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 16:53:00 +0000 |
commit | 26b2a85a045cdb3adffc10f4184a825d1b2222e3 (patch) | |
tree | 82a5fc89cf810430d1876d913015a4ac78bfd5f9 /linuxthreads/Examples | |
parent | 827ab1353e4812fd812c2aad6b7f1230e1a4bb2f (diff) | |
download | glibc-26b2a85a045cdb3adffc10f4184a825d1b2222e3.tar.gz glibc-26b2a85a045cdb3adffc10f4184a825d1b2222e3.tar.xz glibc-26b2a85a045cdb3adffc10f4184a825d1b2222e3.zip |
(TIMEOUT): Override default timeout.
Diffstat (limited to 'linuxthreads/Examples')
-rw-r--r-- | linuxthreads/Examples/ex14.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/Examples/ex14.c b/linuxthreads/Examples/ex14.c index 4e6e10d9f3..9d2c987347 100644 --- a/linuxthreads/Examples/ex14.c +++ b/linuxthreads/Examples/ex14.c @@ -91,6 +91,7 @@ worker (void *arg) #define TEST_FUNCTION do_test () +#define TIMEOUT 60 int do_test (void) { |