mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* 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.
22 lines
497 B
Plaintext
22 lines
497 B
Plaintext
@node sem_destroy
|
|
@section @code{sem_destroy}
|
|
@findex sem_destroy
|
|
|
|
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sem_destroy.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
|