intprops: new macro INT_PROMOTE
[gnulib.git] / doc / posix-headers / sys_wait.texi
blobbffad86005b25e040bf395a43790a95fe25538da
1 @node sys/wait.h
2 @section @file{sys/wait.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_wait.h.html}
6 Gnulib module: sys_wait-h
7 @mindex sys_wait-h
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 This header file does not define the @code{WCOREDUMP} macro on some platforms:
16 AIX 7.3, Haiku.
17 @end itemize
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 System status macros such as @code{WEXITSTATUS} require an lvalue
23 argument on some platforms:
24 macOS 11.1.
25 @end itemize