md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[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, MSVC 9.
14 @item
15 The macro @code{ECANCELED} is not defined on some platforms:
16 OpenBSD 4.0, Cygwin, mingw, MSVC 9.
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, MSVC 9.
21 @item
22 The macro @code{ESTALE} is not defined on some platforms:
23 mingw, MSVC 9, Interix 3.5.
24 @item
25 The macro @code{EDQUOT} is not defined on some platforms:
26 NonStop Kernel, mingw, MSVC 9.
27 @item
28 The macros @code{ENETRESET}, @code{ECONNABORTED} are not defined on some
29 platforms:
30 Minix 3.1.8, mingw, MSVC 9.
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, MSVC 9.
40 @item
41 The macros @code{EOWNERDEAD}, @code{ENOTRECOVERABLE} are not defined on
42 some platforms:
43 glibc/Linux 2.3.6, glibc/Hurd 2.15, glibc/kFreeBSD 2.15,
44 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.
45 @item
46 The macro @code{EILSEQ} is not defined on some platforms:
47 LynxOS 178 2.2.2.
48 @end itemize
49
50 Portability problems not fixed by Gnulib:
51 @itemize
52 @end itemize