diff options
Diffstat (limited to 'stdlib/bits/stdlib.h')
-rw-r--r-- | stdlib/bits/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/bits/stdlib.h b/stdlib/bits/stdlib.h index 1c2b79b4d4..7ca6c8613c 100644 --- a/stdlib/bits/stdlib.h +++ b/stdlib/bits/stdlib.h @@ -56,8 +56,8 @@ ptsname_r (int __fd, char *__buf, size_t __buflen) extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen) __THROW __wur; -extern int __REDIRECT__NTH (__wctomb_alias, (char *__s, wchar_t __wchar), - wctomb) __wur; +extern int __REDIRECT_NTH (__wctomb_alias, (char *__s, wchar_t __wchar), + wctomb) __wur; extern __always_inline __wur int wctomb (char *__s, wchar_t __wchar) |