diff options
Diffstat (limited to 'gcc/gthr-nks.h')
-rw-r--r-- | gcc/gthr-nks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gthr-nks.h b/gcc/gthr-nks.h index 5c2ad1d4677..311c6904b1a 100644 --- a/gcc/gthr-nks.h +++ b/gcc/gthr-nks.h @@ -100,7 +100,7 @@ __gthread_objc_thread_detach (void (*func)(void *), void *arg) NXContextFree (context); thread_id = NULL; } - + return thread_id; } |