poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strsignal.texi
blob5438054e05a7c9164649a70595d2b4ae582e416f
1 @node strsignal
2 @section @code{strsignal}
3 @findex strsignal
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strsignal.html}
7 Gnulib module: strsignal
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, HP-UX 11, IRIX 6.5, mingw, MSVC 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.
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
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