From af0bec70ce941caf4aa0b544caa6b60b50980fe8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Jul 1999 21:02:24 +0000 Subject: [PATCH] Add sem_destroy, sem_getvalue, sem_init, sem_post, sem_trywait, and sem_wait to GLIBC_2.1. --- linuxthreads/Versions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 6b950318204..66a8f46b5c6 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; -- 2.47.3