about summary refs log tree commit diff
path: root/linuxthreads/ecmutex.c
diff options
context:
space:
mode:
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];