fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / glibc-functions / sigdescr_np.texi
blob54420efa3d9f726168056a1df084395c314e4918
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, Mac OS X 10.13, FreeBSD 6.4, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, 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 @end itemize
26 Note: This function is hardly useful, because it returns English strings, not
27 internationalized strings.  Better use the function @code{strsignal}, which
28 returns internationalized strings.