From a6d950b914460c9a8fcdd3009b8f8406042ea81f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 27 Dec 2000 06:53:38 +0000 Subject: Update. 2000-12-26 Ulrich Drepper * Examples/ex6.c (test_thread): Make static. * Examples/ex12.c (test_thread): Make static and add noreturn attribute. --- linuxthreads/Examples/ex6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/Examples/ex6.c') 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 #include -void * +static void * test_thread (void *v_param) { return NULL; -- cgit v1.2.3