diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index 0a627a4219..22fd51ef12 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -79,6 +79,7 @@ libc { pthread_mutex_timedlock; pthread_mutexattr_getpshared; pthread_mutexattr_setpshared; + pthread_spin_destroy; } GLIBC_2.2.3 { pthread_getattr_np; @@ -179,6 +180,7 @@ libc { pthread_rwlock_unlock; pthread_rwlock_wrlock; pthread_setspecific; + pthread_spin_destroy; } GLIBC_PRIVATE { __futex_abstimed_wait64; @@ -310,7 +312,6 @@ libpthread { pthread_getcpuclockid; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; - pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; pthread_spin_trylock; |