diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions index 22fd51e..8ec1d4bb 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -80,6 +80,8 @@ libc { pthread_mutexattr_getpshared; pthread_mutexattr_setpshared; pthread_spin_destroy; + pthread_spin_init; + pthread_spin_unlock; } GLIBC_2.2.3 { pthread_getattr_np; @@ -181,6 +183,8 @@ libc { pthread_rwlock_wrlock; pthread_setspecific; pthread_spin_destroy; + pthread_spin_init; + pthread_spin_unlock; } GLIBC_PRIVATE { __futex_abstimed_wait64; @@ -312,10 +316,8 @@ libpthread { pthread_getcpuclockid; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; - pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; - pthread_spin_unlock; pthread_yield; sem_timedwait; } |