From e792719bf10d967c0273fdcc1648e2560e3e59a7 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 15 Sep 2010 13:57:19 -0600 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ doc/posix-headers/stdlib.texi | 4 ++++ doc/posix-headers/sys_wait.texi | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 097e499c0..ffbb1c03e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-09-15 Eric Blake + 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. + strnlen: add tests * modules/strnlen-tests: New file. * tests/test-strnlen.c: Likewise. diff --git a/doc/posix-headers/stdlib.texi b/doc/posix-headers/stdlib.texi index b6074387f..e1d6aba7d 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 diff --git a/doc/posix-headers/sys_wait.texi b/doc/posix-headers/sys_wait.texi index cb3fe2d37..b1403e6d9 100644 --- a/doc/posix-headers/sys_wait.texi +++ b/doc/posix-headers/sys_wait.texi @@ -14,4 +14,8 @@ mingw. 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 -- 2.11.0