diff options
Diffstat (limited to 'linuxthreads/Examples/ex6.c')
-rw-r--r-- | linuxthreads/Examples/ex6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Examples/ex6.c b/linuxthreads/Examples/ex6.c index 05f92b6a71..f8ce0662c2 100644 --- a/linuxthreads/Examples/ex6.c +++ b/linuxthreads/Examples/ex6.c @@ -4,7 +4,7 @@ #include <pthread.h> #include <unistd.h> -void * +static void * test_thread (void *v_param) { return NULL; |