diff options
Diffstat (limited to 'nptl/pthread_join.c')
-rw-r--r-- | nptl/pthread_join.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_join.c b/nptl/pthread_join.c index fde1862ec8..c841ff917b 100644 --- a/nptl/pthread_join.c +++ b/nptl/pthread_join.c @@ -37,9 +37,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 *pd = (struct pthread *) threadid; |