Refer to new POSIX:2008 standard.
[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/onlinepubs/9699919799/functions/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 @item
14 This function does not support the error values that are specified by POSIX
15 but not defined by the system, on some platforms:
16 OpenBSD 4.0, OSF/1 5.1, Cygwin, mingw.
17 @item
18 This function fails to return a string for out-of-range integers on
19 some platforms:
20 Solaris 8.
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize