Hash :
d3181471
Author :
Date :
2017-03-03T12:47:04
doc: Mention Mac OS X deficiencies regarding semaphores. * doc/posix-functions/sem_init.texi: Mention status on Mac OS X. * doc/posix-functions/sem_destroy.texi: Likewise. * doc/posix-functions/sem_getvalue.texi: Likewise.
@node sem_init
@section @code{sem_init}
@findex sem_init
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_init.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Minix 3.1.8, IRIX 5.3, Solaris 2.4, mingw, MSVC 9, BeOS.
@item
This function is not implemented on some platforms:
Mac OS X 10.11.
@end itemize