Fix for glibc-2.3.6.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2007 02:27:19 +0000 (02:27 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2007 02:27:19 +0000 (02:27 +0000)
ChangeLog
lib/stdio_.h

index 41bc514c91fdeaed6d2bf1a2ae0d3cc80055eb06..42050171f83c2035a7079571216fb20bf12f3a98 100644 (file)
--- 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
index 83d970d1ae8bd8c23f642fc06cca26eef40ae18e..ceba8a14f3c75f4de1d201220392d72ec31e84cc 100644 (file)
@@ -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@