There is no new symbol version because of the compatibility symbol
status.
__pthread_kill;
__pthread_mutex_transfer_np;
__pthread_self;
+ pthread_atfork;
pthread_attr_getdetachstate;
pthread_attr_getinheritsched;
pthread_attr_getschedparam;
GLIBC_2.2.6 {
__libpthread_version_placeholder;
}
-
GLIBC_2.12 {
- pthread_atfork;
+ __libpthread_version_placeholder;
}
GLIBC_2.21 {
__libpthread_version_placeholder;
GLIBC_2.12 flockfile F
GLIBC_2.12 ftrylockfile F
GLIBC_2.12 funlockfile F
+GLIBC_2.12 pthread_atfork F
GLIBC_2.12 pthread_attr_destroy F
GLIBC_2.12 pthread_attr_getdetachstate F
GLIBC_2.12 pthread_attr_getguardsize F
-GLIBC_2.12 pthread_atfork F
GLIBC_2.32 call_once F
GLIBC_2.32 cnd_broadcast F
GLIBC_2.32 cnd_destroy F
routines += \
pthread_atfork \
+ pthread_atfork_compat \
thrd_current \
thrd_equal \
thrd_sleep \
mtx_timedlock \
mtx_trylock \
mtx_unlock \
- pthread_atfork_compat \
thrd_create \
thrd_detach \
thrd_exit \