view doc/posix-functions/perror.texi @ 30131:1eb170df57ef

Override <errno.h> also on Cygwin.
author Bruno Haible <bruno@clisp.org>
date Mon, 15 Sep 2008 12:26:17 +0200
parents cfc3ce4ba26f
children c83dc7e8df57
line wrap: on
line source

@node perror
@section @code{perror}
@findex perror

POSIX specification: @url{http://www.opengroup.org/susv3xsh/perror.html}

Gnulib module: perror

Portability problems fixed by Gnulib:
@itemize
@item
This function does not support the error values that are specified by POSIX
but not defined by the system, on some platforms:
OpenBSD 4.0, OSF/1 5.1, Cygwin, mingw.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize