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/ex6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pthread/ex6.c') diff --git a/test/pthread/ex6.c b/test/pthread/ex6.c index 15914ce85..bb96ca5fa 100644 --- a/test/pthread/ex6.c +++ b/test/pthread/ex6.c @@ -4,7 +4,7 @@ #include #include -void * +static void * test_thread (void *v_param) { return NULL; -- cgit v1.2.3