Hello. I'm trying to port a package from FreeBSD, and I'm having troubles finding mappings for semaphores calls. The package (freevrrpd) includes <semaphore.h> and uses (at least): sem_t sem_post() sem_init() sem_wait() How do I translate them? Thank you. TLD