summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-14 00:41:33 +0200
committerBruno Haible <bruno@clisp.org>2008-09-14 00:41:33 +0200
commit3d37b264049ab3ff324634078c5e726f497e0df2 (patch)
tree0e834e2f8767f9e9ae8b57acd500bb2a7345cd83 /doc
parent54898f0a60a82dd7e9225e97288cb85eeb77f476 (diff)
downloadgnulib-3d37b264049ab3ff324634078c5e726f497e0df2.tar.gz
New module 'errno'.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/errno.texi21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi
index 45281a4cd7..d90bd56134 100644
--- a/doc/posix-headers/errno.texi
+++ b/doc/posix-headers/errno.texi
@@ -3,13 +3,28 @@
POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html}
-Gnulib module: EOVERFLOW
+Gnulib module: errno, EOVERFLOW
Portability problems fixed by Gnulib:
@itemize
@item
-The macro @code{EOVERFLOW} is not defined on some platforms:
-OSF/1 4.0, mingw.
+The macros @code{EOVERFLOW}, @code{ENOLINK}, @code{EMULTIHOP} are not defined
+on some platforms:
+OpenBSD 4.0, OSF/1 4.0, mingw.
+@item
+The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG},
+@code{ENOTSUP}, @code{ECANCELED} are not defined on some platforms:
+OpenBSD 4.0, mingw.
+@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{ENETRESET}, @code{ECONNABORTED}, @code{ECONNRESET}, @code{ENOBUFS},
+@code{EISCONN}, @code{ENOTCONN}, @code{ETIMEDOUT}, @code{ECONNREFUSED},
+@code{EHOSTUNREACH}, @code{EALREADY}, @code{EINPROGRESS}, @code{ESTALE},
+@code{EDQUOT} are not defined on some platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib: