2 @section @code{strsignal}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strsignal.html}
7 Gnulib module: strsignal
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 Minix 3.1.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw, MSVC 9.
16 This function does not return a string for out-of-range numbers on
21 This function is declared in @code{unistd.h} instead of
22 @code{string.h} on some platforms:
26 Portability problems not fixed by Gnulib:
28 @item This function returns @code{const char *} instead of @code{char *} on