summaryrefslogtreecommitdiff
path: root/linuxthreads/ecmutex.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 17:14:56 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 17:14:56 +0000
commita375a533a2445079390907b962464a379d25f5d5 (patch)
treed781d06615c1d76d029c48e1d7eb69dc21ecbf3d /linuxthreads/ecmutex.c
parent21112857299d8a7b9c04fcb2027ae5186acfcf4f (diff)
* 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 ----------------------------------------------------------------------
Diffstat (limited to 'linuxthreads/ecmutex.c')
-rw-r--r--linuxthreads/ecmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ecmutex.c b/linuxthreads/ecmutex.c
index a47bd099c8..ce54ddf331 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];