diff options
-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) { |