65c0b1b96bfb9bd1007eae76b4ef0d315e50c27d
[gnulib.git] / doc / glibc-functions / strsignal.texi
1 @node strsignal
2 @subsection @code{strsignal}
3 @findex strsignal
4
5 Gnulib module: strsignal
6
7 Portability problems fixed by Gnulib:
8 @itemize
9 @item
10 This function is missing on some platforms:
11 AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw.
12
13 @item
14 This function does not return a string for out-of-range numbers on
15 some platforms:
16 Solaris, AIX 5.1.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 This function returns @code{const char *} instead of @code{char *} on
22 some platforms:
23 cygwin 1.5.25.
24 @end itemize