sem_init(3X) — MISCELLANEOUS LIBRARY FUNCTIONS
NAME
sem_init − initialize a semaphore
SYNOPSIS
#include <semaphore.h>
int sem_init(sem_t ∗sem, int oflag, char ∗name, int pshared,
int value)
DESCRIPTION
The function sem_init is not implemented in this release.
RETURN VALUE
The function sem_init returns a value of -1 and sets errno to indicate an error.
ERRORS
The function sem_init fails and sets errno to:
ENOSYS
This function is not supported by this implementation.
SEE ALSO
IEEE POSIX P1003.4 specification.
— POSIX 1003.4 Extensions