mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
nptl: Move mtx_timedlock into libc
The symbol was moved using scripts/move-symbol-to-libc.py. The __pthread_mutex_timedlock@@GLIBC_PRIVATE export is no longer needed, so it is removed with this commit. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -28,7 +28,7 @@ extern int __cnd_timedwait64 (cnd_t *restrict cond, mtx_t *restrict mutex,
|
||||
libc_hidden_proto (__cnd_timedwait64)
|
||||
extern int __mtx_timedlock64 (mtx_t *restrict mutex,
|
||||
const struct __timespec64 *restrict time_point);
|
||||
libpthread_hidden_proto (__mtx_timedlock64)
|
||||
libc_hidden_proto (__mtx_timedlock64)
|
||||
extern int __thrd_sleep64 (const struct __timespec64 *time_point,
|
||||
struct __timespec64 *remaining);
|
||||
libc_hidden_proto (__thrd_sleep64)
|
||||
|
||||
Reference in New Issue
Block a user