From 3534c3af248f7e657e0ce5122260fbcf367dc478 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 2 Oct 2010 18:54:05 +0200 Subject: 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 . --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 083d820f40..72d5fa8c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-10-02 Bruno Haible + + 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 . + 2010-10-02 Bruno Haible Update doc for POSIX:2008. -- cgit v1.2.1