OSDN Git Service

2004-12-12 Alexander Malmberg <alexander@malmberg.org>
[pf3gnuchains/gcc-fork.git] / libobjc / thr.c
index c8e8173..7420cfa 100644 (file)
@@ -75,8 +75,8 @@ struct __objc_thread_start_state
   id argument;
 };
 
-static volatile void
-__objc_thread_detach_function (struct __objc_thread_start_state *istate)
+static void __attribute__((noreturn))
+__objc_thread_detach_function (struct __objc_thread_start_state *istate) 
 {
   /* Valid state? */
   if (istate) {