summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-11-01 15:29:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-11-05 17:29:39 -0800
commitdaf7f8c02242c535d596231e2f655109b97fa2bc (patch)
treee0c1f1c4500c7bed3616385d56ddfcce4c2f09bb /doc
parente99cec677e1bf25595c6b65992c0228160508f8b (diff)
downloadgnulib-daf7f8c02242c535d596231e2f655109b97fa2bc.tar.gz
errno: port to LynxOS 178 2.2.2
Problem reported by Joel Brobecker in <http://lists.gnu.org/archive/html/bug-gnulib/2012-10/msg00088.html>. * doc/posix-headers/errno.texi (errno.h): Document this. * lib/errno.in.h (EILSEQ, GNULIB_defined_EILSEQ) [!EILSEQ]: New macros. * lib/strerror-override.c, lib/strerror-override.h (strerror_override): Supply a string for EILSEQ. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Check for EILSEQ.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/errno.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-headers/errno.texi b/doc/posix-headers/errno.texi
index 54e0249b28..0166ddc641 100644
--- a/doc/posix-headers/errno.texi
+++ b/doc/posix-headers/errno.texi
@@ -42,6 +42,9 @@ The macros @code{EOWNERDEAD}, @code{ENOTRECOVERABLE} are not defined on
some platforms:
glibc/Linux 2.3.6, glibc/Hurd 2.15, glibc/kFreeBSD 2.15,
Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw without pthreads-win32, MSVC 9, Interix 3.5, BeOS.
+@item
+The macro @code{EILSEQ} is not defined on some platforms:
+LynxOS 178 2.2.2.
@end itemize
Portability problems not fixed by Gnulib: