From 7ce9bacd6ae2ac30b00166f55a22d165fbc1782f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 13 Sep 2003 03:41:34 +0000 Subject: 2003-09-13 Ralf Corsepius PR 486/rtems * src/newlib.c: Unconditionally include --- cpukit/libcsupport/src/newlibc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/libcsupport/src/newlibc.c') 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 -#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 - void libc_wrapup(void) { /* -- cgit v1.2.3