From 92a56f367e6635bebf4e519a49943c15d2981d85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jan 2007 02:56:45 +0000 Subject: fixup prototype warnings --- test/pthread/ex7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pthread/ex7.c') diff --git a/test/pthread/ex7.c b/test/pthread/ex7.c index bda2ca9eb..93fc34a8c 100644 --- a/test/pthread/ex7.c +++ b/test/pthread/ex7.c @@ -22,7 +22,7 @@ typedef struct { event_t main_event; -void * +static void * test_thread (void *ms_param) { unsigned long status = 0; -- cgit v1.2.3