X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Ferrno.texi;h=799b42ec25e8d6a02aaf93ae09abdcbaacfe53bb;hb=75ca5935f84fedf0eb6611245cc28555036d2090;hp=7cec051d09908c1f3b513a0431d02e7db3351d1d;hpb=e59f779745a9bff341dfe5fd839f4c65023c9061;p=gnulib.git diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi index 7cec051d0..799b42ec2 100644 --- a/doc/posix-headers/errno.texi +++ b/doc/posix-headers/errno.texi @@ -1,7 +1,7 @@ @node errno.h @section @file{errno.h} -POSIX specification: @url{http://www.opengroup.org/susv3xbd/errno.h.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html} Gnulib module: errno @@ -10,24 +10,33 @@ Portability problems fixed by Gnulib: @item The macros @code{EOVERFLOW}, @code{ENOLINK}, @code{EMULTIHOP} are not defined on some platforms: -OpenBSD 4.0, OSF/1 5.1, mingw. +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. +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. +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{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. +@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: