diff options
Diffstat (limited to 'nptl/pthread_tryjoin.c')
-rw-r--r-- | nptl/pthread_tryjoin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_tryjoin.c b/nptl/pthread_tryjoin.c index 33058443c8..337654dfe6 100644 --- a/nptl/pthread_tryjoin.c +++ b/nptl/pthread_tryjoin.c @@ -24,9 +24,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; |