Hash :
34b38352
Author :
Date :
2024-07-20T13:50:52
doc: Reference POSIX:2024 instead of POSIX:2018. * doc/*.texi: Change URL to POSIX. * doc/posix-headers/*.texi: Likewise. * doc/posix-functions/*.texi: Likewise.
@node sys/wait.h
@section @file{sys/wait.h}
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_wait.h.html}
Gnulib module: sys_wait
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 14.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
System status macros such as @code{WEXITSTATUS} require an lvalue
argument on some platforms.
macOS 11.1.
@end itemize