Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-04 08:54:48 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 20:47:29 +0300
commit70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8 (patch)
treedca0744ad66ae0e81c8535303f58fca114b80f63 /libgloss/aarch64
parent77f16db546d9c214f639d1ea84c58d99f9e4d282 (diff)
ansification: remove _EXFUN, _EXFUN_NOTHROW
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'libgloss/aarch64')
-rw-r--r--libgloss/aarch64/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/aarch64/syscalls.c b/libgloss/aarch64/syscalls.c
index 5aeb3d0b5..8198d3ed0 100644
--- a/libgloss/aarch64/syscalls.c
+++ b/libgloss/aarch64/syscalls.c
@@ -120,7 +120,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 \
{ \