diff options
Diffstat (limited to 'string/strxfrm.c')
-rw-r--r-- | string/strxfrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strxfrm.c b/string/strxfrm.c index 9db57829d9..549d68cc1c 100644 --- a/string/strxfrm.c +++ b/string/strxfrm.c @@ -51,7 +51,7 @@ #ifndef WIDE_CHAR_VERSION /* We need UTF-8 encoding of numbers. */ -static inline int +static int utf8_encode (char *buf, int val) { int retval; |