]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update about psignal.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 16:45:22 +0000 (18:45 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 16:50:41 +0000 (18:50 +0200)
Reported by Eric Gallager <egall@gwmail.gwu.edu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-08/msg00177.html>.

* doc/posix-functions/psignal.texi: Mention the Solaris problem and the
first parameter type.

ChangeLog
doc/posix-functions/psignal.texi

index 6c9199b79eb2cd2c764510505afe5afcf60743cb..d46f8af16ca1ef143d65086377cfae6cde36b15b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-08-27  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update about psignal.
+       Reported by Eric Gallager <egall@gwmail.gwu.edu> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-08/msg00177.html>.
+       * doc/posix-functions/psignal.texi: Mention the Solaris problem and the
+       first parameter type.
+
 2024-08-27  Bruno Haible  <bruno@clisp.org>
 
        readutmp: In systemd mode, show sessions of type "web".
index 12b0a46bb53d67da3a057424786a1115c7c48a29..4ff2a37ab47d03328e539da5265dae718274e899 100644 (file)
@@ -14,5 +14,13 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-Minix 3.1.8, HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 4.1.
+Minix 3.1.8, HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android API level 16.
+@item
+This function is declared in @code{<siginfo.h>}, not @code{<signal.h>},
+on some platforms:
+Solaris 11.3.
+@item
+The first parameter is of type @code{unsigned int}, not @code{int},
+on some platforms:
+macOS 13, FreeBSD 10.4, NetBSD 5.1, OpenBSD 7.5.
 @end itemize