summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/errno.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/doc/posix-headers/errno.texi')
m---------gnulib0
-rw-r--r--gnulib/doc/posix-headers/errno.texi44
2 files changed, 44 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/doc/posix-headers/errno.texi b/gnulib/doc/posix-headers/errno.texi
new file mode 100644
index 0000000..799b42e
--- /dev/null
+++ b/gnulib/doc/posix-headers/errno.texi
@@ -0,0 +1,44 @@
+@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.
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@end itemize