From: Bruno Haible Date: Sun, 29 Dec 2024 20:15:16 +0000 (+0100) Subject: sig2str: Document a portability problem. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=83ebf44f8122b590681092d0a0a939a496a0d832;p=gnulib.git sig2str: Document a portability problem. * doc/posix-functions/sig2str.texi: Document IRIX problem. * doc/posix-functions/str2sig.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 9ebb02d46f..5ef58f2aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-12-29 Bruno Haible + + sig2str: Document a portability problem. + * doc/posix-functions/sig2str.texi: Document IRIX problem. + * doc/posix-functions/str2sig.texi: Likewise. + 2024-12-29 Bruno Haible doc: Document the advanced FILE stream functions. diff --git a/doc/posix-functions/sig2str.texi b/doc/posix-functions/sig2str.texi index 39a7372bd3..57276942db 100644 --- a/doc/posix-functions/sig2str.texi +++ b/doc/posix-functions/sig2str.texi @@ -16,4 +16,7 @@ glibc 2.40, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7 Portability problems not fixed by Gnulib: @itemize +@item +This function is not declared on some platforms: +IRIX 6.5. @end itemize diff --git a/doc/posix-functions/str2sig.texi b/doc/posix-functions/str2sig.texi index c2176ddd51..a86a18aeb9 100644 --- a/doc/posix-functions/str2sig.texi +++ b/doc/posix-functions/str2sig.texi @@ -16,4 +16,7 @@ glibc 2.40, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.3.0, AIX 7 Portability problems not fixed by Gnulib: @itemize +@item +This function is not declared on some platforms: +IRIX 6.5. @end itemize