pt-spin \
pt-getname-np \
pt-setname-np \
- sem-post \
sem-timedwait \
sem-trywait \
sem_unlink \
sem-destroy \
sem-getvalue \
sem-init \
+ sem-post \
sem_close \
sem_open \
sem_routines \
sem_getvalue;
sem_init;
sem_open;
+ sem_post;
}
GLIBC_2.21 {
sem_getvalue;
sem_init;
sem_open;
+ sem_post;
}
GLIBC_PRIVATE {
pthread_create;
- sem_post;
sem_timedwait; sem_trywait; sem_unlink; sem_wait;
pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
#ifndef _ISOMAC
extern __typeof (sem_post) __sem_post;
-libpthread_hidden_proto (__sem_post)
+libc_hidden_proto (__sem_post)
#endif
#endif
#include <hurd.h>
#include <pt-internal.h>
+#include <shlib-compat.h>
int
__sem_post (sem_t *sem)
return 0;
}
-libpthread_hidden_def (__sem_post)
-strong_alias (__sem_post, sem_post);
+libc_hidden_def (__sem_post)
+versioned_symbol (libc, __sem_post, sem_post, GLIBC_2_43);
+# if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_12, GLIBC_2_43)
+compat_symbol (libpthread, __sem_post, sem_post, GLIBC_2_12);
+#endif
GLIBC_2.12 sem_getvalue F
GLIBC_2.12 sem_init F
GLIBC_2.12 sem_open F
+GLIBC_2.12 sem_post F
GLIBC_2.13 __fentry__ F
GLIBC_2.14 syncfs F
GLIBC_2.15 __fdelt_chk F
GLIBC_2.43 sem_getvalue F
GLIBC_2.43 sem_init F
GLIBC_2.43 sem_open F
+GLIBC_2.43 sem_post F
GLIBC_2.5 __readlinkat_chk F
GLIBC_2.5 inet6_opt_append F
GLIBC_2.5 inet6_opt_find F
GLIBC_2.12 pthread_spin_lock F
GLIBC_2.12 pthread_spin_trylock F
GLIBC_2.12 pthread_spin_unlock F
-GLIBC_2.12 sem_post F
GLIBC_2.12 sem_timedwait F
GLIBC_2.12 sem_trywait F
GLIBC_2.12 sem_unlink F
GLIBC_2.38 sem_getvalue F
GLIBC_2.38 sem_init F
GLIBC_2.38 sem_open F
+GLIBC_2.38 sem_post F
GLIBC_2.38 semctl F
GLIBC_2.38 semget F
GLIBC_2.38 semop F
GLIBC_2.43 sem_getvalue F
GLIBC_2.43 sem_init F
GLIBC_2.43 sem_open F
+GLIBC_2.43 sem_post F
HURD_CTHREADS_0.3 __cthread_getspecific F
HURD_CTHREADS_0.3 __cthread_keycreate F
HURD_CTHREADS_0.3 __cthread_setspecific F
GLIBC_2.38 pthread_spin_trylock F
GLIBC_2.38 pthread_spin_unlock F
GLIBC_2.38 sem_clockwait F
-GLIBC_2.38 sem_post F
GLIBC_2.38 sem_timedwait F
GLIBC_2.38 sem_trywait F
GLIBC_2.38 sem_unlink F