New module 'errno'.
[gnulib.git] / doc / posix-headers / errno.texi
1 @node errno.h
2 @section @file{errno.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html}
5
6 Gnulib module: errno, EOVERFLOW
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 The macros @code{EOVERFLOW}, @code{ENOLINK}, @code{EMULTIHOP} are not defined
12 on some platforms:
13 OpenBSD 4.0, OSF/1 4.0, mingw.
14 @item
15 The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG},
16 @code{ENOTSUP}, @code{ECANCELED} are not defined on some platforms:
17 OpenBSD 4.0, mingw.
18 @item
19 The macros @code{EWOULDBLOCK}, @code{ETXTBSY}, @code{ELOOP}, @code{ENOTSOCK},
20 @code{EDESTADDRREQ}, @code{EMSGSIZE}, @code{EPROTOTYPE}, @code{ENOPROTOOPT},
21 @code{EPROTONOSUPPORT}, @code{EOPNOTSUPP}, @code{EAFNOSUPPORT},
22 @code{EADDRINUSE}, @code{EADDRNOTAVAIL}, @code{ENETDOWN}, @code{ENETUNREACH},
23 @code{ENETRESET}, @code{ECONNABORTED}, @code{ECONNRESET}, @code{ENOBUFS},
24 @code{EISCONN}, @code{ENOTCONN}, @code{ETIMEDOUT}, @code{ECONNREFUSED},
25 @code{EHOSTUNREACH}, @code{EALREADY}, @code{EINPROGRESS}, @code{ESTALE},
26 @code{EDQUOT} are not defined on some platforms:
27 mingw.
28 @end itemize
29
30 Portability problems not fixed by Gnulib:
31 @itemize
32 @end itemize