From 822b521d0873914e7da1582380349bc0c2121be5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 10 Jan 2025 21:29:56 +0100 Subject: [PATCH] sys_wait-h: Document WCOREDUMP fix. * doc/posix-headers/sys_wait.texi: Mention the portability problem with WCOREDUMP. --- ChangeLog | 6 ++++++ doc/posix-headers/sys_wait.texi | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b655cbe3bb..5bf647530a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-01-10 Bruno Haible + + sys_wait-h: Document WCOREDUMP fix. + * doc/posix-headers/sys_wait.texi: Mention the portability problem with + WCOREDUMP. + 2025-01-10 Collin Funk sys_wait-h tests: Check that WCOREDUMP is defined. diff --git a/doc/posix-headers/sys_wait.texi b/doc/posix-headers/sys_wait.texi index 8f3adb4e64..bffad86005 100644 --- a/doc/posix-headers/sys_wait.texi +++ b/doc/posix-headers/sys_wait.texi @@ -11,12 +11,15 @@ Portability problems fixed by Gnulib: @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 -- 2.39.5