summaryrefslogtreecommitdiff
path: root/tests/pthread.l
diff options
context:
space:
mode:
authorrlar <rlar>2016-03-16 19:45:37 +0100
committerWill Estes <westes575@gmail.com>2016-03-18 14:35:39 -0400
commit676a62ec1e83d76b72d6b3b506b985ddb1c65832 (patch)
tree31950e28554f355ce698908cc36324588aeaf026 /tests/pthread.l
parentd112fbaf53e158839ab73b0d6a23601493c5c603 (diff)
warning: no previous prototype for '...' [-Wmissing-prototypes]
Diffstat (limited to 'tests/pthread.l')
-rw-r--r--tests/pthread.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pthread.l b/tests/pthread.l
index 535cab2..b2ca8c1 100644
--- a/tests/pthread.l
+++ b/tests/pthread.l
@@ -114,7 +114,7 @@ static pthread_mutex_t *file_locks;
static char **filenames;
-void * thread_func ( void* arg )
+static void * thread_func ( void* arg )
{
int i;