errno-h: document Haiku errors can’t be -1
[gnulib.git] / doc / glibc-functions / sigabbrev_np.texi
blob754bd79b43a669d14cb15189330abba58cc10abd
1 @node sigabbrev_np
2 @subsection @code{sigabbrev_np}
3 @findex sigabbrev_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: sigabbrev_np
14 @mindex sigabbrev_np
16 Portability problems fixed by Gnulib:
17 @itemize
18 @item
19 This function is missing on all non-glibc platforms:
20 glibc 2.31, macOS 14, FreeBSD 14.0, NetBSD 10.0, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.4, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize
27 @mindex sig2str
28 Note: Gnulib has a module @code{sig2str} that contains an equivalent function
29 and also one that does the opposite conversion, from an abbreviated signal name
30 to a signal number.