From e44154886380d6f7afa8b88e6303ad491cc8c613 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 27 Aug 2024 18:45:22 +0200 Subject: [PATCH] doc: Update about psignal. Reported by Eric Gallager in . * doc/posix-functions/psignal.texi: Mention the Solaris problem and the first parameter type. --- ChangeLog | 8 ++++++++ doc/posix-functions/psignal.texi | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c9199b79e..d46f8af16c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2024-08-27 Bruno Haible + + doc: Update about psignal. + Reported by Eric Gallager in + . + * doc/posix-functions/psignal.texi: Mention the Solaris problem and the + first parameter type. + 2024-08-27 Bruno Haible readutmp: In systemd mode, show sessions of type "web". diff --git a/doc/posix-functions/psignal.texi b/doc/posix-functions/psignal.texi index 12b0a46bb5..4ff2a37ab4 100644 --- a/doc/posix-functions/psignal.texi +++ b/doc/posix-functions/psignal.texi @@ -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{}, not @code{}, +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 -- 2.39.5