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/ChangeLog | 5 +++++ cpukit/libcsupport/src/newlibc.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 4da9e5c496..c032aa1e41 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,8 @@ +2003-09-13 Ralf Corsepius + + PR 486/rtems + * src/newlib.c: Unconditionally include + 2003-09-04 Joel Sherrill * include/chain.h, include/clockdrv.h, include/console.h, 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