]> Savannah Git Hosting - gnulib.git/commitdiff
sys_wait-h: Document WCOREDUMP fix.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Jan 2025 20:29:56 +0000 (21:29 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Jan 2025 20:29:56 +0000 (21:29 +0100)
* doc/posix-headers/sys_wait.texi: Mention the portability problem with
WCOREDUMP.

ChangeLog
doc/posix-headers/sys_wait.texi

index b655cbe3bbc9725026d52dd682a809e89f9af519..5bf647530a28a7eef7246aa56c5e6c7a9906f3d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 8f3adb4e64952412ae8bab0e6ba2b6fc02d295d5..bffad86005b25e040bf395a43790a95fe25538da 100644 (file)
@@ -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