From a6fbf3fef46779c0d9a2c28c91d89d0fc2843f00 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 9 Mar 2007 02:27:19 +0000 Subject: [PATCH] Fix for glibc-2.3.6. --- ChangeLog | 4 ++++ lib/stdio_.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41bc514c9..42050171f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-03-08 Bruno Haible + * lib/stdio_.h: Treat __need___FILE like __need_FILE. + +2007-03-08 Bruno Haible + * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements instead of 'expr' invocations. * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise. diff --git a/lib/stdio_.h b/lib/stdio_.h index 83d970d1a..ceba8a14f 100644 --- a/lib/stdio_.h +++ b/lib/stdio_.h @@ -16,7 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if defined __need_FILE +#if defined __need_FILE || defined __need___FILE /* Special invocation convention inside glibc header files. */ #include @ABSOLUTE_STDIO_H@ -- 2.11.0