51b1d00fd648785f32ad75292950a0d87e49c7f6
[gnulib.git] / doc / posix-functions / strsignal.texi
1 @node strsignal
2 @section @code{strsignal}
3 @findex strsignal
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strsignal.html}
6
7 Gnulib module: strsignal
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
14
15 @item
16 This function does not return a string for out-of-range numbers on
17 some platforms:
18 Solaris, AIX 5.1.
19
20 @item
21 This function is declared in @code{unistd.h} instead of
22 @code{string.h} on some platforms:
23 NetBSD 5.0.
24 @end itemize
25
26 Portability problems not fixed by Gnulib:
27 @itemize
28 @item This function returns @code{const char *} instead of @code{char *} on
29 some platforms:
30 cygwin 1.5.25.
31 @end itemize