mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
linux: Fix __thrd_sleep64 hidden definition
The symbol is exported by libc.
This commit is contained in:
@ -38,7 +38,7 @@ __thrd_sleep64 (const struct __timespec64 *time_point,
|
||||
}
|
||||
|
||||
#if __TIMESIZE != 64
|
||||
libpthread_hidden_def (__thrd_sleep64)
|
||||
libc_hidden_def (__thrd_sleep64)
|
||||
|
||||
int
|
||||
__thrd_sleep (const struct timespec *time_point, struct timespec *remaining)
|
||||
|
Reference in New Issue
Block a user