* doc/posix-headers/sys_wait.texi: Mention the portability problem with
WCOREDUMP.
+2025-01-10 Bruno Haible <bruno@clisp.org>
+
+ sys_wait-h: Document WCOREDUMP fix.
+ * doc/posix-headers/sys_wait.texi: Mention the portability problem with
+ WCOREDUMP.
+
2025-01-10 Collin Funk <collin.funk1@gmail.com>
sys_wait-h tests: Check that WCOREDUMP is defined.
@item
This header file is missing on some platforms:
mingw, MSVC 14.
+@item
+This header file does not define the @code{WCOREDUMP} macro on some platforms:
+AIX 7.3, Haiku.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
System status macros such as @code{WEXITSTATUS} require an lvalue
-argument on some platforms.
+argument on some platforms:
macOS 11.1.
@end itemize