diff options
Diffstat (limited to 'linuxthreads/Examples/ex14.c')
-rw-r--r-- | linuxthreads/Examples/ex14.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Examples/ex14.c b/linuxthreads/Examples/ex14.c index 7788e521b8..406e03f346 100644 --- a/linuxthreads/Examples/ex14.c +++ b/linuxthreads/Examples/ex14.c @@ -92,7 +92,7 @@ worker (void *arg) #define TEST_FUNCTION do_test () #define TIMEOUT 60 -int +static int do_test (void) { pthread_t threads[NTHREADS]; |