From a375a533a2445079390907b962464a379d25f5d5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 17:14:56 +0000 Subject: * Examples/ex13.c: Make local functions static. * ecmutex.c: Likewise. * Examples/ex14.c: Likewise. * Examples/ex2.c: Make local functions static; reformat. * Examples/ex1.c: Likewise. * Examples/ex4.c: Likewise. * Examples/ex5.c: Likewise. * Examples/ex7.c: Likewise. CVS ---------------------------------------------------------------------- --- linuxthreads/Examples/ex14.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/Examples/ex14.c') 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]; -- cgit v1.2.3