mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
Problem reported by Joel Brobecker in <http://lists.gnu.org/archive/html/bug-gnulib/2012-10/msg00088.html>. * doc/posix-headers/errno.texi (errno.h): Document this. * lib/errno.in.h (EILSEQ, GNULIB_defined_EILSEQ) [!EILSEQ]: New macros. * lib/strerror-override.c, lib/strerror-override.h (strerror_override): Supply a string for EILSEQ. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Check for EILSEQ.
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
@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, MSVC 9.
|
|
@item
|
|
The macro @code{ECANCELED} is not defined on some platforms:
|
|
OpenBSD 4.0, Cygwin, mingw, MSVC 9.
|
|
@item
|
|
The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG},
|
|
@code{ENOTSUP} are not defined on some platforms:
|
|
OpenBSD 4.0, mingw, MSVC 9.
|
|
@item
|
|
The macro @code{ESTALE} is not defined on some platforms:
|
|
mingw, MSVC 9, Interix 3.5.
|
|
@item
|
|
The macro @code{EDQUOT} is not defined on some platforms:
|
|
NonStop Kernel, mingw, MSVC 9.
|
|
@item
|
|
The macros @code{ENETRESET}, @code{ECONNABORTED} are not defined on some
|
|
platforms:
|
|
Minix 3.1.8, mingw, MSVC 9.
|
|
@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, MSVC 9.
|
|
@item
|
|
The macros @code{EOWNERDEAD}, @code{ENOTRECOVERABLE} are not defined on
|
|
some platforms:
|
|
glibc/Linux 2.3.6, glibc/Hurd 2.15, glibc/kFreeBSD 2.15,
|
|
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw without pthreads-win32, MSVC 9, Interix 3.5, BeOS.
|
|
@item
|
|
The macro @code{EILSEQ} is not defined on some platforms:
|
|
LynxOS 178 2.2.2.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|