]> Savannah Git Hosting - gnulib.git/commitdiff
sys_wait-h: Update comment.
authorCollin Funk <collin.funk1@gmail.com>
Fri, 10 Jan 2025 19:27:29 +0000 (11:27 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 10 Jan 2025 19:27:29 +0000 (11:27 -0800)
* lib/sys_wait.in.h (WCOREDUMP): Remove comment about this macro being
non-standardized since it was added by POSIX.1-2024.

ChangeLog
lib/sys_wait.in.h

index d33a584ad8e139f2cdba8625decae730421a00f4..99f913f1e5b61913a5a8be3ce6c43f184d1a4f01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-01-10  Collin Funk  <collin.funk1@gmail.com>
+
+       sys_wait-h: Update comment.
+       * lib/sys_wait.in.h (WCOREDUMP): Remove comment about this macro being
+       non-standardized since it was added by POSIX.1-2024.
+
 2025-01-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        doc: document some file system portability issues
index 0a83ebc84c24cd4adefa47d0963e6b33050b2251..b8c04cc92ef70cac0f2c54d648fc88f4b95d7fa1 100644 (file)
@@ -80,7 +80,7 @@
 #  define WSTOPSIG(x) (((x) >> 8) & 0x7f)
 # endif
 
-/* True if the process dumped core.  Not standardized by POSIX.  */
+/* True if the process dumped core.  */
 # ifndef WCOREDUMP
 #  define WCOREDUMP(x) ((x) & 0x80)
 # endif