012b691ab3bbe7db5c8f1f5edaca16a19c09162a
[gnulib.git] / doc / posix-functions / strerror.texi
1 @node strerror
2 @section @code{strerror}
3 @findex strerror
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/strerror.html}
6
7 Gnulib module: strerror
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some old platforms.
13
14 @item
15 This function fails to return a string for out-of-range integers on
16 some platforms:
17 Solaris 8
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize