gnulib-tool: Omit the logs of skipped tests from test-suite.log.
[gnulib.git] / doc / glibc-functions / sigdescr_np.texi
blob1904f728140561916eb1aa0b05a46fc9db598e96
1 @node sigdescr_np
2 @subsection @code{sigdescr_np}
3 @findex sigdescr_np
5 Documentation:@*
6 @ifinfo
7 @ref{Signal Messages,,Signal Messages,libc}.
8 @end ifinfo
9 @ifnotinfo
10 @url{https://www.gnu.org/software/libc/manual/html_node/Signal-Messages.html}.
11 @end ifnotinfo
13 Gnulib module: sigdescr_np
15 Portability problems fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on all non-glibc platforms:
19 glibc 2.31, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @item
25 The description of SIGCHLD is wrong on some platforms:
26 glibc.
27 @item
28 The description of SIGEMT is completely unintelligible on some platforms:
29 glibc.
30 @end itemize
32 Note: This function is hardly useful, because it returns English strings, not
33 internationalized strings.  Better use the function @code{strsignal}, which
34 returns internationalized strings.