errno: Port to Minix.
[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/onlinepubs/9699919799/basedefs/errno.h.html}
5
6 Gnulib module: errno
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 5.1, mingw.
14 @item
15 The macro @code{ECANCELED} is not defined on some platforms:
16 OpenBSD 4.0, Cygwin, mingw.
17 @item
18 The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG},
19 @code{ENOTSUP} are not defined on some platforms:
20 OpenBSD 4.0, mingw.
21 @item
22 The macro @code{ESTALE} is not defined on some platforms:
23 mingw, Interix 3.5.
24 @item
25 The macro @code{EDQUOT} is not defined on some platforms:
26 NonStop Kernel, mingw.
27 @item
28 The macros @code{ENETRESET}, @code{ECONNABORTED} are not defined on some
29 platforms:
30 Minix 3.1.8, mingw.
31 @item
32 The macros @code{EWOULDBLOCK}, @code{ETXTBSY}, @code{ELOOP}, @code{ENOTSOCK},
33 @code{EDESTADDRREQ}, @code{EMSGSIZE}, @code{EPROTOTYPE}, @code{ENOPROTOOPT},
34 @code{EPROTONOSUPPORT}, @code{EOPNOTSUPP}, @code{EAFNOSUPPORT},
35 @code{EADDRINUSE}, @code{EADDRNOTAVAIL}, @code{ENETDOWN}, @code{ENETUNREACH},
36 @code{ECONNRESET}, @code{ENOBUFS}, @code{EISCONN}, @code{ENOTCONN},
37 @code{ETIMEDOUT}, @code{ECONNREFUSED}, @code{EHOSTUNREACH}, @code{EALREADY},
38 @code{EINPROGRESS} are not defined on some platforms:
39 mingw.
40 @end itemize
41
42 Portability problems not fixed by Gnulib:
43 @itemize
44 @end itemize