summaryrefslogtreecommitdiff
path: root/doc/posix-headers
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-15 15:25:43 -0600
committerEric Blake <eblake@redhat.com>2010-09-15 15:54:55 -0600
commit91935a638321ad61c876153d149ee09fc701c2db (patch)
treeb51d282a90238d651edac5e39543a8edc9476b3b /doc/posix-headers
parente792719bf10d967c0273fdcc1648e2560e3e59a7 (diff)
downloadgnulib-91935a638321ad61c876153d149ee09fc701c2db.tar.gz
stdlib: work around MirBSD WEXITSTATUS bug
* lib/stdlib.in.h (includes): Guarantee WEXITSTATUS. * modules/stdlib (Depends-on): Add sys_wait. * tests/test-sys_wait.c (main): Enhance test. * tests/test-stdlib.c (main): Likewise. * doc/posix-headers/stdlib.texi (stdlib.h): Document the bug. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc/posix-headers')
-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 e1d6aba7d0..f400f62749 100644
--- a/doc/posix-headers/stdlib.texi
+++ b/doc/posix-headers/stdlib.texi
@@ -17,6 +17,10 @@ The macro @code{EXIT_FAILURE} is incorrectly defined on Tandem/NSK.
Some platforms provide a @code{NULL} macro that cannot be used in arbitrary
expressions:
NetBSD 5.0
+
+@item
+Some platforms fail to provide @code{WEXITSTATUS} and friends:
+MirBSD 10.
@end itemize
Portability problems not fixed by Gnulib: