Branch
Hash :
e4415488
Author :
Date :
2024-08-27T18:45:22
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.
@node psignal
@subsection @code{psignal}
@findex psignal
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/psignal.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
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 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