diff options
Diffstat (limited to 'libpthread/nptl/pthread_tryjoin.c')
-rw-r--r-- | libpthread/nptl/pthread_tryjoin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_tryjoin.c b/libpthread/nptl/pthread_tryjoin.c index 904cb5280..049cb5e0a 100644 --- a/libpthread/nptl/pthread_tryjoin.c +++ b/libpthread/nptl/pthread_tryjoin.c @@ -25,9 +25,7 @@ int -pthread_tryjoin_np (threadid, thread_return) - pthread_t threadid; - void **thread_return; +pthread_tryjoin_np (pthread_t threadid, void **thread_return) { struct pthread *self; struct pthread *pd = (struct pthread *) threadid; |