aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/system.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 23:54:48 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:29 -0600
commit70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8 (patch)
treedca0744ad66ae0e81c8535303f58fca114b80f63 /newlib/libc/stdlib/system.c
parent77f16db546d9c214f639d1ea84c58d99f9e4d282 (diff)
downloadnewlib-70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8.zip
newlib-70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8.tar.gz
newlib-70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8.tar.bz2
ansification: remove _EXFUN, _EXFUN_NOTHROW
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/system.c')
-rw-r--r--newlib/libc/stdlib/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/system.c b/newlib/libc/stdlib/system.c
index 34be6cd..f30b7df 100644
--- a/newlib/libc/stdlib/system.c
+++ b/newlib/libc/stdlib/system.c
@@ -53,7 +53,7 @@ Supporting OS subroutines required: <<_exit>>, <<_execve>>, <<_fork_r>>,
#include <reent.h>
#if defined (unix) || defined (__CYGWIN__)
-static int _EXFUN(do_system, (struct _reent *ptr, const char *s));
+static int do_system (struct _reent *ptr, const char *s);
#endif
int