summaryrefslogtreecommitdiff
path: root/m4/errno_h.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-10-02 18:54:05 +0200
committerBruno Haible <bruno@clisp.org>2010-10-02 18:54:05 +0200
commit3534c3af248f7e657e0ce5122260fbcf367dc478 (patch)
treec203c393623a7c302389a0769e56457c16718289 /m4/errno_h.m4
parentb14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620 (diff)
downloadgnulib-3534c3af248f7e657e0ce5122260fbcf367dc478.tar.gz
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>.
Diffstat (limited to 'm4/errno_h.m4')
-rw-r--r--m4/errno_h.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/m4/errno_h.m4 b/m4/errno_h.m4
index d02a039363..e4325ac660 100644
--- a/m4/errno_h.m4
+++ b/m4/errno_h.m4
@@ -1,5 +1,5 @@
-# errno_h.m4 serial 6
-dnl Copyright (C) 2004, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
+# errno_h.m4 serial 7
+dnl Copyright (C) 2004, 2006, 2008-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -37,6 +37,9 @@ booboo
#if !defined ESTALE
booboo
#endif
+#if !defined EDQUOT
+booboo
+#endif
#if !defined ECANCELED
booboo
#endif