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 ea5dd92..d743866 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -153,6 +153,7 @@ libc { pthread_cond_clockwait; pthread_mutex_clocklock; pthread_rwlock_clockrdlock; + pthread_rwlock_clockwrlock; } GLIBC_2.32 { pthread_attr_getsigmask_np; @@ -206,6 +207,7 @@ libc { pthread_mutexattr_settype; pthread_once; pthread_rwlock_clockrdlock; + pthread_rwlock_clockwrlock; pthread_rwlock_rdlock; pthread_rwlock_unlock; pthread_rwlock_wrlock; @@ -401,7 +403,6 @@ libpthread { } GLIBC_2.30 { - pthread_rwlock_clockwrlock; sem_clockwait; } |