X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fposix-headers%2Ferrno.texi;h=f86f1d26c4260ba78bf7e81079effa00a08875fc;hb=b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620;hp=45281a4cd716ee183ad8c3ab4a18e0c8aaa51cbb;hpb=75aa45a05ff07bf9e2d22a62b5114737b72084ea;p=pspp diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi index 45281a4cd7..f86f1d26c4 100644 --- a/doc/posix-headers/errno.texi +++ b/doc/posix-headers/errno.texi @@ -1,15 +1,36 @@ @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: EOVERFLOW +Gnulib module: errno 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 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} 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{EDQUOT} are +not defined on some platforms: +mingw. @end itemize Portability problems not fixed by Gnulib: