mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
nptl: Move cnd_timedwait into libc
The symbol was moved using scripts/move-symbol-to-libc.py. The __pthread_cond_timedwait@@GLIBC_PRIVATE symbol is no longer neded, so remove that as well. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#else
|
||||
extern int __cnd_timedwait64 (cnd_t *restrict cond, mtx_t *restrict mutex,
|
||||
const struct __timespec64 *restrict time_point);
|
||||
libpthread_hidden_proto (__cnd_timedwait64)
|
||||
libc_hidden_proto (__cnd_timedwait64)
|
||||
extern int __mtx_timedlock64 (mtx_t *restrict mutex,
|
||||
const struct __timespec64 *restrict time_point);
|
||||
libpthread_hidden_proto (__mtx_timedlock64)
|
||||
|
||||
Reference in New Issue
Block a user