changeset 8390:07f5629e50ab

Fix for glibc-2.3.6.
author Bruno Haible <bruno@clisp.org>
date Fri, 09 Mar 2007 02:27:19 +0000
parents e7c9cf0455da
children e867946a9882
files ChangeLog lib/stdio_.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-08  Bruno Haible  <bruno@clisp.org>
+
+	* lib/stdio_.h: Treat __need___FILE like __need_FILE.
+
 2007-03-08  Bruno Haible  <bruno@clisp.org>
 
 	* m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
--- 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@