diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-03 23:54:48 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2018-01-17 11:47:29 -0600 |
commit | 70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8 (patch) | |
tree | dca0744ad66ae0e81c8535303f58fca114b80f63 /newlib/libc/string/local.h | |
parent | 77f16db546d9c214f639d1ea84c58d99f9e4d282 (diff) | |
download | newlib-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/string/local.h')
-rw-r--r-- | newlib/libc/string/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h index afef7e3..8d364fd 100644 --- a/newlib/libc/string/local.h +++ b/newlib/libc/string/local.h @@ -2,7 +2,7 @@ #include <../ctype/local.h> /* internal function to compute width of wide char. */ -int _EXFUN (__wcwidth, (wint_t)); +int __wcwidth (wint_t); /* Taken from glibc: |