diff options
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Versions b/nptl/Versions index 38d7e48047..ca1be37354 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -272,6 +272,7 @@ libpthread { # C11 thread symbols. GLIBC_2.28 { thrd_create; thrd_detach; thrd_exit; thrd_join; + mtx_init; mtx_lock; mtx_timedlock; mtx_trylock; mtx_unlock; mtx_destroy; } GLIBC_PRIVATE { |