1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/doc/functions/strerror.texi
Eric Blake 95d0bce59e Don't claim strerror is broken on Interix.
* doc/functions/strerror.texi (strerror): Known broken systems are
now Solaris 8, and not Interix.
* m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
Interix on cross-compile.
Reported by Martin Koeppe in
http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.

Signed-off-by: Eric Blake <ebb9@byu.net>
2007-10-11 16:10:24 -06:00

23 lines
439 B
Plaintext

@node strerror
@section @code{strerror}
@findex strerror
POSIX specification: @url{http://www.opengroup.org/susv3xsh/strerror.html}
Gnulib module: strerror
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some old platforms.
@item
This function fails to return a string for out-of-range integers on
some platforms:
Solaris 8
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize