X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ferrno.texi;h=e0a98e3c0645a721646a75ad12705115a1d7ec54;hb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;hp=d90bd5613445a150b2b336c7e2e17cdf73411ef9;hpb=3d37b264049ab3ff324634078c5e726f497e0df2;p=gnulib.git diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi index d90bd5613..e0a98e3c0 100644 --- a/doc/posix-headers/errno.texi +++ b/doc/posix-headers/errno.texi @@ -3,27 +3,33 @@ POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html} -Gnulib module: errno, EOVERFLOW +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 4.0, mingw. +OpenBSD 4.0, OSF/1 5.1, mingw. +@item +The macro @code{ECANCELED} is not defined on some platforms: +OpenBSD 4.0, Cygwin, mingw. @item The macros @code{ENOMSG}, @code{EIDRM}, @code{EPROTO}, @code{EBADMSG}, -@code{ENOTSUP}, @code{ECANCELED} are not defined on some platforms: +@code{ENOTSUP} are not defined on some platforms: OpenBSD 4.0, mingw. @item +The macro @code{ESTALE} is not defined on some platforms: +mingw, Interix 3.5. +@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: +@code{EHOSTUNREACH}, @code{EALREADY}, @code{EINPROGRESS}, @code{EDQUOT} are +not defined on some platforms: mingw. @end itemize