view doc/posix-headers/errno.texi @ 15484:80735ab15b24

errno: Port to Minix. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Test also whether ENETRESET and ECONNABORTED are defined. * lib/errno.in.h (ENETRESET, GNULIB_defined_ENETRESET, ECONNABORTED, GNULIB_defined_ECONNABORTED): New macros. * lib/strerror-override.h (strerror_override): Test also GNULIB_defined_ENETRESET, GNULIB_defined_ECONNABORTED. * lib/strerror-override.c (strerror_override): Handle also ENETRESET, ECONNABORTED. * doc/posix-headers/errno.texi: Mention the Minix problem.
author Bruno Haible <bruno@clisp.org>
date Sun, 31 Jul 2011 19:00:23 +0200
parents 3805b556be4b
children 6355dc4626b5
line wrap: on
line source

@node errno.h
@section @file{errno.h}

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html}

Gnulib module: errno

Portability problems fixed by Gnulib:
@itemize
@item
The macros @code{EOVERFLOW}, @code{ENOLINK}, @code{EMULTIHOP} are not defined
on some platforms:
OpenBSD 4.0, OSF/1 5.1, mingw.
@item
The macro @code{ECANCELED} is not defined on some platforms:
OpenBSD 4.0, Cygwin, mingw.
@item
The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG},
@code{ENOTSUP} are not defined on some platforms:
OpenBSD 4.0, mingw.
@item
The macro @code{ESTALE} is not defined on some platforms:
mingw, Interix 3.5.
@item
The macro @code{EDQUOT} is not defined on some platforms:
NonStop Kernel, mingw.
@item
The macros @code{ENETRESET}, @code{ECONNABORTED} are not defined on some
platforms:
Minix 3.1.8, mingw.
@item
The macros @code{EWOULDBLOCK}, @code{ETXTBSY}, @code{ELOOP}, @code{ENOTSOCK},
@code{EDESTADDRREQ}, @code{EMSGSIZE}, @code{EPROTOTYPE}, @code{ENOPROTOOPT},
@code{EPROTONOSUPPORT}, @code{EOPNOTSUPP}, @code{EAFNOSUPPORT},
@code{EADDRINUSE}, @code{EADDRNOTAVAIL}, @code{ENETDOWN}, @code{ENETUNREACH},
@code{ECONNRESET}, @code{ENOBUFS}, @code{EISCONN}, @code{ENOTCONN},
@code{ETIMEDOUT}, @code{ECONNREFUSED}, @code{EHOSTUNREACH}, @code{EALREADY},
@code{EINPROGRESS} are not defined on some platforms:
mingw.
@end itemize

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