mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -2058,6 +2058,7 @@ GLIBC_2.28 cnd_broadcast F
|
||||
GLIBC_2.28 cnd_destroy F
|
||||
GLIBC_2.28 cnd_init F
|
||||
GLIBC_2.28 cnd_signal F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 fcntl F
|
||||
GLIBC_2.28 fcntl64 F
|
||||
GLIBC_2.28 renameat2 F
|
||||
@ -2289,6 +2290,7 @@ GLIBC_2.34 cnd_broadcast F
|
||||
GLIBC_2.34 cnd_destroy F
|
||||
GLIBC_2.34 cnd_init F
|
||||
GLIBC_2.34 cnd_signal F
|
||||
GLIBC_2.34 cnd_timedwait F
|
||||
GLIBC_2.34 pthread_cond_clockwait F
|
||||
GLIBC_2.34 pthread_condattr_getclock F
|
||||
GLIBC_2.34 pthread_condattr_getpshared F
|
||||
|
@ -69,7 +69,6 @@ GLIBC_2.2 pthread_yield F
|
||||
GLIBC_2.2 sem_timedwait F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 cnd_wait F
|
||||
GLIBC_2.28 mtx_destroy F
|
||||
GLIBC_2.28 mtx_init F
|
||||
|
@ -1992,6 +1992,7 @@ GLIBC_2.28 cnd_broadcast F
|
||||
GLIBC_2.28 cnd_destroy F
|
||||
GLIBC_2.28 cnd_init F
|
||||
GLIBC_2.28 cnd_signal F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 fcntl64 F
|
||||
GLIBC_2.28 renameat2 F
|
||||
GLIBC_2.28 statx F
|
||||
@ -2208,6 +2209,7 @@ GLIBC_2.34 cnd_broadcast F
|
||||
GLIBC_2.34 cnd_destroy F
|
||||
GLIBC_2.34 cnd_init F
|
||||
GLIBC_2.34 cnd_signal F
|
||||
GLIBC_2.34 cnd_timedwait F
|
||||
GLIBC_2.34 pthread_cond_clockwait F
|
||||
GLIBC_2.34 pthread_condattr_getclock F
|
||||
GLIBC_2.34 pthread_condattr_getpshared F
|
||||
|
@ -61,7 +61,6 @@ GLIBC_2.2 sem_unlink F
|
||||
GLIBC_2.2 sem_wait F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 cnd_wait F
|
||||
GLIBC_2.28 mtx_destroy F
|
||||
GLIBC_2.28 mtx_init F
|
||||
|
Reference in New Issue
Block a user