forked from Imagelibrary/rtems
Avoid Newlib-specific _EXFUN()
This commit is contained in:
@@ -69,7 +69,7 @@ register char * stack_ptr __asm__ ("sp");
|
||||
|
||||
|
||||
/* following is copied from libc/stdio/local.h to check std streams */
|
||||
extern void _EXFUN(__sinit,(struct _reent *));
|
||||
extern void __sinit(struct _reent *);
|
||||
#define CHECK_INIT(ptr) \
|
||||
do \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user