Bruno Haible <[email protected]> writes: > All we should do in Gnulib is to document the portability problem: > > > 2025-12-02 Bruno Haible <[email protected]> > > doc: Mention a portability problem of sig2str. > Reported by Collin Funk in > <https://lists.gnu.org/archive/html/bug-gnulib/2025-12/msg00007.html>. > * doc/posix-functions/sig2str.texi: Mention the argument 0 problem. > > diff --git a/doc/posix-functions/sig2str.texi > b/doc/posix-functions/sig2str.texi > index dba8a7abec..6dedd2fad1 100644 > --- a/doc/posix-functions/sig2str.texi > +++ b/doc/posix-functions/sig2str.texi > @@ -16,4 +16,7 @@ > > Portability problems not fixed by Gnulib: > @itemize > +@item > +This function does not map the argument 0 to @code{"EXIT"} on some platforms: > +FreeBSD 15.0. > @end itemize
Great, thanks!
