1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00

nptl: Move pthread_condattr_getpshared into libc

The symbol was moved using scripts/move-symbol-to-libc.py.
This commit is contained in:
Florian Weimer
2021-04-23 11:00:53 +02:00
parent ed00dcbbd6
commit 2a775a9ea5
64 changed files with 76 additions and 33 deletions

View File

@@ -1388,6 +1388,7 @@ GLIBC_2.33 pthread_cond_timedwait F
GLIBC_2.33 pthread_cond_wait F
GLIBC_2.33 pthread_condattr_destroy F
GLIBC_2.33 pthread_condattr_getclock F
GLIBC_2.33 pthread_condattr_getpshared F
GLIBC_2.33 pthread_condattr_init F
GLIBC_2.33 pthread_equal F
GLIBC_2.33 pthread_exit F
@@ -2005,6 +2006,7 @@ GLIBC_2.34 __pthread_setspecific F
GLIBC_2.34 __pthread_unwind_next F
GLIBC_2.34 pthread_cond_clockwait F
GLIBC_2.34 pthread_condattr_getclock F
GLIBC_2.34 pthread_condattr_getpshared F
GLIBC_2.34 pthread_getspecific F
GLIBC_2.34 pthread_key_create F
GLIBC_2.34 pthread_key_delete F

View File

@@ -46,7 +46,6 @@ GLIBC_2.33 pthread_barrierattr_init F
GLIBC_2.33 pthread_barrierattr_setpshared F
GLIBC_2.33 pthread_cancel F
GLIBC_2.33 pthread_clockjoin_np F
GLIBC_2.33 pthread_condattr_getpshared F
GLIBC_2.33 pthread_condattr_setclock F
GLIBC_2.33 pthread_condattr_setpshared F
GLIBC_2.33 pthread_create F

View File

@@ -1449,6 +1449,7 @@ GLIBC_2.27 pthread_cond_timedwait F
GLIBC_2.27 pthread_cond_wait F
GLIBC_2.27 pthread_condattr_destroy F
GLIBC_2.27 pthread_condattr_getclock F
GLIBC_2.27 pthread_condattr_getpshared F
GLIBC_2.27 pthread_condattr_init F
GLIBC_2.27 pthread_equal F
GLIBC_2.27 pthread_exit F
@@ -2205,6 +2206,7 @@ GLIBC_2.34 __pthread_setspecific F
GLIBC_2.34 __pthread_unwind_next F
GLIBC_2.34 pthread_cond_clockwait F
GLIBC_2.34 pthread_condattr_getclock F
GLIBC_2.34 pthread_condattr_getpshared F
GLIBC_2.34 pthread_getspecific F
GLIBC_2.34 pthread_key_create F
GLIBC_2.34 pthread_key_delete F

View File

@@ -32,7 +32,6 @@ GLIBC_2.27 pthread_barrierattr_getpshared F
GLIBC_2.27 pthread_barrierattr_init F
GLIBC_2.27 pthread_barrierattr_setpshared F
GLIBC_2.27 pthread_cancel F
GLIBC_2.27 pthread_condattr_getpshared F
GLIBC_2.27 pthread_condattr_setclock F
GLIBC_2.27 pthread_condattr_setpshared F
GLIBC_2.27 pthread_create F