aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-17 09:43:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-17 09:43:03 +0000
commit49409c3345d6f522bae4cbdaee4507639fba700c (patch)
treeecb2c20e87c1ad94d0e262d11181af43f7d37449 /libio
parent92e4472f1fe087c1d2c239b3de7f7348d1a5c933 (diff)
downloadglibc-49409c3345d6f522bae4cbdaee4507639fba700c.zip
glibc-49409c3345d6f522bae4cbdaee4507639fba700c.tar.gz
glibc-49409c3345d6f522bae4cbdaee4507639fba700c.tar.bz2
Update.
* math/libm-test.c (jn_test): Adjust delta. 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libio/vwprintf.c: Include <wchar.h> for prototypes. * libio/wprintf.c: Likewise. 1999-06-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
Diffstat (limited to 'libio')
-rw-r--r--libio/vwprintf.c3
-rw-r--r--libio/wprintf.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/libio/vwprintf.c b/libio/vwprintf.c
index 1f3102e..2394ec6 100644
--- a/libio/vwprintf.c
+++ b/libio/vwprintf.c
@@ -17,8 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdarg.h>
-#undef __OPTIMIZE__ /* Avoid inline `vwprintf' function. */
-#include <stdio.h>
+#include <wchar.h>
/* Write formatted output to stdout according to the
format string FORMAT, using the argument list in ARG. */
diff --git a/libio/wprintf.c b/libio/wprintf.c
index 6fb6c32..7b5835b 100644
--- a/libio/wprintf.c
+++ b/libio/wprintf.c
@@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stdarg.h>
-#include <stdio.h>
+#include <wchar.h>
/* Write formatted output to stdout from the format string FORMAT. */
/* VARARGS1 */