errno: port to LynxOS 178 2.2.2
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Nov 2012 22:29:14 +0000 (15:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Nov 2012 01:29:39 +0000 (17:29 -0800)
commitdaf7f8c02242c535d596231e2f655109b97fa2bc
treee0c1f1c4500c7bed3616385d56ddfcce4c2f09bb
parente99cec677e1bf25595c6b65992c0228160508f8b
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.
ChangeLog
doc/posix-headers/errno.texi
lib/errno.in.h
lib/strerror-override.c
lib/strerror-override.h
m4/errno_h.m4