mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
nptl: Move cnd_signal into libc
The symbol was moved using scripts/move-symbol-to-libc.py. The __pthread_cond_signal@@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:
@@ -122,6 +122,7 @@ GLIBC_2.28 call_once F
|
||||
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 fcntl F
|
||||
GLIBC_2.28 fcntl64 F
|
||||
GLIBC_2.28 renameat2 F
|
||||
@@ -181,6 +182,7 @@ GLIBC_2.34 call_once F
|
||||
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 pthread_cond_clockwait F
|
||||
GLIBC_2.34 pthread_condattr_getclock F
|
||||
GLIBC_2.34 pthread_condattr_getpshared F
|
||||
|
@@ -3,7 +3,6 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
GLIBC_2.28 cnd_signal F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 cnd_wait F
|
||||
GLIBC_2.28 mtx_destroy F
|
||||
|
@@ -122,6 +122,7 @@ GLIBC_2.28 call_once F
|
||||
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 fcntl F
|
||||
GLIBC_2.28 fcntl64 F
|
||||
GLIBC_2.28 renameat2 F
|
||||
@@ -178,6 +179,7 @@ GLIBC_2.34 call_once F
|
||||
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 pthread_cond_clockwait F
|
||||
GLIBC_2.34 pthread_condattr_getclock F
|
||||
GLIBC_2.34 pthread_condattr_getpshared F
|
||||
|
@@ -3,7 +3,6 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
GLIBC_2.28 cnd_signal F
|
||||
GLIBC_2.28 cnd_timedwait F
|
||||
GLIBC_2.28 cnd_wait F
|
||||
GLIBC_2.28 mtx_destroy F
|
||||
|
Reference in New Issue
Block a user