forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user