diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-16 14:08:56 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-16 14:08:56 +0000 |
commit | 6c43d94a96a15b0655049b3d37055421fc6b7e3d (patch) | |
tree | 89dcbf1e18a1e2f0de39ac15fad819f123700b44 /sysdeps/mach | |
parent | ca843defbcbd2dc95b9342189e5dc430e9bcb743 (diff) | |
download | glibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.tar.gz glibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.tar.xz glibc-6c43d94a96a15b0655049b3d37055421fc6b7e3d.zip |
htl: Add missing functions and defines for robust mutexes
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/libpthread.abilist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/libpthread.abilist b/sysdeps/mach/hurd/i386/libpthread.abilist index 4a5e1fb750..6e75c90009 100644 --- a/sysdeps/mach/hurd/i386/libpthread.abilist +++ b/sysdeps/mach/hurd/i386/libpthread.abilist @@ -155,6 +155,12 @@ GLIBC_2.32 mtx_lock F GLIBC_2.32 mtx_timedlock F GLIBC_2.32 mtx_trylock F GLIBC_2.32 mtx_unlock F +GLIBC_2.32 pthread_mutex_consistent F +GLIBC_2.32 pthread_mutex_consistent_np F +GLIBC_2.32 pthread_mutexattr_getrobust F +GLIBC_2.32 pthread_mutexattr_getrobust_np F +GLIBC_2.32 pthread_mutexattr_setrobust F +GLIBC_2.32 pthread_mutexattr_setrobust_np F GLIBC_2.32 thrd_create F GLIBC_2.32 thrd_detach F GLIBC_2.32 thrd_exit F |