Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-03-07 19:45:04 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-03-07 19:45:04 +0300
commit0382d26727416adf62287dfc0ce66aa9a38db95b (patch)
tree70e228e28769d1d2eea4aaef0d0094749c78c3bd /newlib/libc/stdio/vdprintf.c
parent360b05b451fbbc2a2768fa84d86a78ec9002979a (diff)
2008-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h(_REENT_SMALL_CHECK_INIT): Specify this macro completely instead of referring to CHECK_STD_INIT which is only found in libc/stdio/local.h. * libc/stdio/dprintf.c: Add include of local.h. * libc/stdio/vdprintf.c: Ditto. * libc/stdio/vdiprintf.c: Ditto.
Diffstat (limited to 'newlib/libc/stdio/vdprintf.c')
-rw-r--r--newlib/libc/stdio/vdprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/vdprintf.c b/newlib/libc/stdio/vdprintf.c
index 8a20235ef..bfb19c95b 100644
--- a/newlib/libc/stdio/vdprintf.c
+++ b/newlib/libc/stdio/vdprintf.c
@@ -10,6 +10,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <stdarg.h>
+#include "local.h"
int
_DEFUN(_vdprintf_r, (ptr, fd, format, ap),