summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/newlibc.c')
-rw-r--r--cpukit/libcsupport/src/newlibc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/libcsupport/src/newlibc.c b/cpukit/libcsupport/src/newlibc.c
index 0a85304a60..0c957eedde 100644
--- a/cpukit/libcsupport/src/newlibc.c
+++ b/cpukit/libcsupport/src/newlibc.c
@@ -40,9 +40,7 @@
#define NEED_SETVBUF
#endif
-#ifdef NEED_SETVBUF
#include <stdio.h>
-#endif
int libc_reentrant; /* do we think we are reentrant? */
struct _reent libc_global_reent;
@@ -56,8 +54,6 @@ struct _reent libc_global_reent;
extern void _wrapup_reent(struct _reent *);
extern void _reclaim_reent(struct _reent *);
-#include <stdio.h>
-
void libc_wrapup(void)
{
/*