Write "Mac OS X" instead of "MacOS X".
[gnulib.git] / doc / posix-headers / sys_wait.texi
1 @node sys/wait.h
2 @section @file{sys/wait.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html}
5
6 Gnulib module: sys_wait
7
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
14
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