1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

nptl: Fix __pthread_clockjoin_np64 __pthread_timedjoin_np64 hidden proto

They are both implemented in libpthread instead of libc.
This commit is contained in:
Adhemerval Zanella
2021-02-17 11:10:52 -03:00
parent 4b9bedbc90
commit 6bb0d2fe0a
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ __pthread_clockjoin_np64 (pthread_t threadid, void **thread_return,
}
#if __TIMESIZE != 64
libc_hidden_def (__pthread_clockjoin_np64)
libpthread_hidden_def (__pthread_clockjoin_np64)
int
__pthread_clockjoin_np (pthread_t threadid, void **thread_return,