Define missing EDQUOT on NonStop Kernel.
authorBruno Haible <bruno@clisp.org>
Sat, 2 Oct 2010 16:54:05 +0000 (18:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 2 Oct 2010 16:54:05 +0000 (18:54 +0200)
commit3534c3af248f7e657e0ce5122260fbcf367dc478
treec203c393623a7c302389a0769e56457c16718289
parentb14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620
Define missing EDQUOT on NonStop Kernel.

* lib/errno.in.h (EDQUOT): Assign a value if missing.
* lib/strerror.c (rpl_strerror): Handle missing EDQUOT.
* m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether EDQUOT is
missing.
* doc/posix-headers/errno.texi: Mention the NSK bug.
* doc/posix-functions/strerror.texi: Mention the workaround on NSK.
Reported by Joachim Schmitz <schmitz@hp.com>.
ChangeLog
doc/posix-functions/strerror.texi
doc/posix-headers/errno.texi
lib/errno.in.h
lib/strerror.c
m4/errno_h.m4