modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-headers / sys_wait.texi
blobdf7e7654b0036862d06ad51d6611138cd0919402
1 @node sys/wait.h
2 @section @file{sys/wait.h}
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html}
6 Gnulib module: sys_wait
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, MSVC 9.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 System status macros such as @code{WEXITSTATUS} require an lvalue
19 argument on some platforms.
20 Mac OS X 10.5.
21 @end itemize