Add sem_destroy, sem_getvalue, sem_init, sem_post, sem_trywait,

and sem_wait to GLIBC_2.1.
This commit is contained in:
Ulrich Drepper 1999-07-09 21:02:24 +00:00
parent e8e4384834
commit af0bec70ce

View File

@ -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;