Avoid Newlib-specific _EXFUN()

This commit is contained in:
Sebastian Huber
2018-01-29 13:53:13 +01:00
parent bc96f3b4b8
commit 865b30279a
2 changed files with 2 additions and 6 deletions

View File

@@ -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 \
{ \