summaryrefslogtreecommitdiff
path: root/doc/posix-functions/perror.texi
blob: 137ac1e281414d9aacbfc3683af23042184e0c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@node perror
@section @code{perror}
@findex perror

POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/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