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