This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Warning fix for fxprintf


Hi!

_IO_vfprintf_internal is only prototyped in libioP.h...

2005-08-08  Jakub Jelinek  <jakub@redhat.com>

	* stdio-common/fxprintf.c: Include libioP.h.

--- libc/stdio-common/fxprintf.c.jj	2005-08-08 09:15:06.000000000 +0200
+++ libc/stdio-common/fxprintf.c	2005-08-08 13:07:21.000000000 +0200
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <wchar.h>
 #include <string.h>
+#include <libioP.h>
 
 
 int

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]