summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-headers/stdlib.texi4
-rw-r--r--doc/posix-headers/sys_wait.texi4
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 097e499c05..ffbb1c03e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-09-15 Eric Blake <eblake@redhat.com>
+ 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 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
diff --git a/doc/posix-headers/sys_wait.texi b/doc/posix-headers/sys_wait.texi
index cb3fe2d37f..b1403e6d9a 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