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/ex12.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linuxthreads/Examples/ex12.c') diff --git a/linuxthreads/Examples/ex12.c b/linuxthreads/Examples/ex12.c index 62f2f70394..e986fec97f 100644 --- a/linuxthreads/Examples/ex12.c +++ b/linuxthreads/Examples/ex12.c @@ -5,7 +5,8 @@ #include #include -void * +static void * +__attribute__ ((noreturn)) test_thread (void *v_param) { pthread_exit (NULL); -- cgit v1.2.3