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 242c3a3d9d..760c066382 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -82,6 +82,7 @@ libc { pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; + pthread_spin_trylock; pthread_spin_unlock; } GLIBC_2.2.3 { @@ -186,6 +187,7 @@ libc { pthread_spin_destroy; pthread_spin_init; pthread_spin_lock; + pthread_spin_trylock; pthread_spin_unlock; } GLIBC_PRIVATE { @@ -318,7 +320,6 @@ libpthread { pthread_getcpuclockid; pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock; - pthread_spin_trylock; pthread_yield; sem_timedwait; } |