summaryrefslogtreecommitdiff
path: root/doc/posix-headers/stdlib.texi
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-15 13:57:19 -0600
committerEric Blake <eblake@redhat.com>2010-09-15 14:26:34 -0600
commite792719bf10d967c0273fdcc1648e2560e3e59a7 (patch)
treec288a6362face0993bb826f8b8e0a90ddfd755bb /doc/posix-headers/stdlib.texi
parent471fe3b7c941fd194a1399c4f24d6bfe9c97c150 (diff)
downloadgnulib-e792719bf10d967c0273fdcc1648e2560e3e59a7.tar.gz
docs: mention MacOS issue with WEXITSTATUS(constant)
* doc/posix-headers/sys_wait.texi (sys/wait.h): Document the issue. * doc/posix-headers/stdlib.texi (stdlib.h): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc/posix-headers/stdlib.texi')
-rw-r--r--doc/posix-headers/stdlib.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-headers/stdlib.texi b/doc/posix-headers/stdlib.texi
index b6074387fc..e1d6aba7d0 100644
--- a/doc/posix-headers/stdlib.texi
+++ b/doc/posix-headers/stdlib.texi
@@ -21,4 +21,8 @@ NetBSD 5.0
Portability problems not fixed by Gnulib:
@itemize
+@item
+System status macros such as @code{WEXITSTATUS} require an lvalue
+argument on some platforms.
+MacOS X 10.5.
@end itemize