From: Bruno Haible Date: Fri, 10 Jan 2025 20:29:56 +0000 (+0100) Subject: sys_wait-h: Document WCOREDUMP fix. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=822b521d0873914e7da1582380349bc0c2121be5;p=gnulib.git sys_wait-h: Document WCOREDUMP fix. * doc/posix-headers/sys_wait.texi: Mention the portability problem with WCOREDUMP. --- 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