Fix typo in last commit.
[gnulib.git] / doc / posix-headers / stdlib.texi
1 @node stdlib.h
2 @section @file{stdlib.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/stdlib.h.html}
5
6 Gnulib module: stdlib
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The macros @code{EXIT_SUCCESS} and @code{EXIT_FAILURE} are not defined on
12 some platforms.
13 @item
14 The macro @code{EXIT_FAILURE} is incorrectly defined on Tandem/NSK.
15
16 @item
17 Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
18 expressions:
19 NetBSD 5.0
20
21 @item
22 The macros @code{WIFSIGNALED}, @code{WIFEXITED}, @code{WIFSTOPPED},
23 @code{WTERMSIG}, @code{WEXITSTATUS}, @code{WNOHANG}, @code{WUNTRACED},
24 @code{WSTOPSIG} are not defined in this header file (only in
25 @code{<sys/wait.h>}) on some platforms:
26 MirBSD 10.
27 @end itemize
28
29 Portability problems not fixed by Gnulib:
30 @itemize
31 @item
32 System status macros such as @code{WEXITSTATUS} require an lvalue
33 argument on some platforms.
34 MacOS X 10.5.
35 @end itemize