view doc/posix-headers/errno.texi @ 13754:3805b556be4b

Define missing EDQUOT on NonStop Kernel. * lib/errno.in.h (EDQUOT): Assign a value if missing. * lib/strerror.c (rpl_strerror): Handle missing EDQUOT. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether EDQUOT is missing. * doc/posix-headers/errno.texi: Mention the NSK bug. * doc/posix-functions/strerror.texi: Mention the workaround on NSK. Reported by Joachim Schmitz <schmitz@hp.com>.
author Bruno Haible <bruno@clisp.org>
date Sat, 02 Oct 2010 18:54:05 +0200
parents 3d497ee2707b
children 80735ab15b24
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{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{ENETRESET}, @code{ECONNABORTED}, @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