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/ecmutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/ecmutex.c') diff --git a/linuxthreads/ecmutex.c b/linuxthreads/ecmutex.c index a47bd09..ce54ddf 100644 --- a/linuxthreads/ecmutex.c +++ b/linuxthreads/ecmutex.c @@ -130,7 +130,7 @@ worker (void *arg) #define TEST_FUNCTION do_test () -int +static int do_test (void) { pthread_t threads[NTHREADS]; -- cgit v1.1