diff options
Diffstat (limited to 'libpthread/nptl/pthread_exit.c')
-rw-r--r-- | libpthread/nptl/pthread_exit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_exit.c b/libpthread/nptl/pthread_exit.c index 85d8fd456..a8c92fd29 100644 --- a/libpthread/nptl/pthread_exit.c +++ b/libpthread/nptl/pthread_exit.c @@ -22,8 +22,7 @@ void -__pthread_exit (value) - void *value; +__pthread_exit (void* value) { THREAD_SETMEM (THREAD_SELF, result, value); |