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 9eea4082a0..47704ba4d1 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -138,6 +138,7 @@ libc { mtx_lock; mtx_timedlock; mtx_trylock; + mtx_unlock; thrd_current; thrd_equal; thrd_sleep; @@ -174,6 +175,7 @@ libc { mtx_lock; mtx_timedlock; mtx_trylock; + mtx_unlock; pthread_cond_clockwait; pthread_condattr_getclock; pthread_condattr_getpshared; @@ -385,7 +387,6 @@ libpthread { # C11 thread symbols. GLIBC_2.28 { - mtx_unlock; thrd_create; thrd_detach; thrd_exit; |