errno: Port to Minix.
authorBruno Haible <bruno@clisp.org>
Sun, 31 Jul 2011 17:00:23 +0000 (19:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 31 Jul 2011 17:00:23 +0000 (19:00 +0200)
commit712cf13da004184edfac5a715118fe77bd257f1c
tree9f0f89af3a876d2f9911afb90dcf68e516c65a5a
parentcdf12ee48247d39e7b1fd40289b78741aa4d4df1
errno: Port to Minix.

* m4/errno_h.m4 (gl_HEADER_ERRNO_H): Test also whether ENETRESET and
ECONNABORTED are defined.
* lib/errno.in.h (ENETRESET, GNULIB_defined_ENETRESET, ECONNABORTED,
GNULIB_defined_ECONNABORTED): New macros.
* lib/strerror-override.h (strerror_override): Test also
GNULIB_defined_ENETRESET, GNULIB_defined_ECONNABORTED.
* lib/strerror-override.c (strerror_override): Handle also ENETRESET,
ECONNABORTED.
* doc/posix-headers/errno.texi: Mention the Minix problem.
ChangeLog
doc/posix-headers/errno.texi
lib/errno.in.h
lib/strerror-override.c
lib/strerror-override.h
m4/errno_h.m4