diff options
Diffstat (limited to 'libpthread/nptl/pthread_join.c')
-rw-r--r-- | libpthread/nptl/pthread_join.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_join.c b/libpthread/nptl/pthread_join.c index f94128dd9..977dbcff4 100644 --- a/libpthread/nptl/pthread_join.c +++ b/libpthread/nptl/pthread_join.c @@ -32,9 +32,7 @@ cleanup (void *arg) int -pthread_join (threadid, thread_return) - pthread_t threadid; - void **thread_return; +pthread_join (pthread_t threadid, void **thread_return) { struct pthread *self; struct pthread *pd = (struct pthread *) threadid; |