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