about summary refs log tree commit diff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r--linuxthreads/Versions2
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 6b95031820..66a8f46b5c 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -97,6 +97,8 @@ libpthread {
 
     pthread_mutexattr_gettype; pthread_mutexattr_settype;
 
+    sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
+
     # helper functions
     __libc_current_sigrtmin; __libc_current_sigrtmax;
     __libc_allocate_rtsig;