2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 486/rtems
	* src/newlib.c: Unconditionally include <stdio.h>
This commit is contained in:
Ralf Corsepius
2003-09-13 03:41:38 +00:00
parent 96dabc34ad
commit d45368c23f
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 486/rtems
* src/newlib.c: Unconditionally include <stdio.h>
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* include/chain.h, include/clockdrv.h, include/console.h,

View File

@@ -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)
{
/*