* 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 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
# 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