Skip to content

Commit 41d2383

Browse files
committed
[#317] template.core: remove _EXFUN reference
- in GCC 7.3.1, newlib changed this macro, so better avoid it
1 parent 39c03ba commit 41d2383

File tree

1 file changed

+1
-1
lines changed
  • bundles/ilg.gnumcueclipse.templates.core/templates/common/system/src/newlib

1 file changed

+1
-1
lines changed

bundles/ilg.gnumcueclipse.templates.core/templates/common/system/src/newlib/_syscalls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ newslot (void);
592592
register char* stack_ptr asm ("sp");
593593

594594
/* following is copied from libc/stdio/local.h to check std streams */
595-
extern void _EXFUN(__sinit,(struct _reent*));
595+
extern void __sinit(struct _reent*);
596596
#define CHECK_INIT(ptr) \
597597
do \
598598
{ \

0 commit comments

Comments
 (0)