* doc/posix-functions/atexit.texi: Mention z/OS issue
raised by Sachin <https://bugs.gnu.org/74788>.
+2024-12-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ atexit: document z/OS bug
+ * doc/posix-functions/atexit.texi: Mention z/OS issue
+ raised by Sachin <https://bugs.gnu.org/74788>.
+
2024-12-12 Bruno Haible <bruno@clisp.org>
bcp47: Silence a gcc 14 -Wanalyzer-infinite-loop warning.
Portability problems not fixed by Gnulib:
@itemize
+@item
+The exit status can be incorrect for a process terminated by a signal
+during a call to a function registered by @code{atexit}. This is
+because if a signal terminates a process after @code{exit} is called
+or @code{main} returns, the process's exit status is that specified by
+@code{exit}'s argument or by @code{main}'s return value, instead of
+being the exit status corresponding to the signal:
+z/OS 3.1.
@end itemize