diff options
Diffstat (limited to 'libc/string')
-rw-r--r-- | libc/string/strlcpy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/strlcpy.c b/libc/string/strlcpy.c index cdad4dc5d..4bdf0daa6 100644 --- a/libc/string/strlcpy.c +++ b/libc/string/strlcpy.c @@ -59,5 +59,6 @@ libc_hidden_def(strxfrm) #else #ifndef __UCLIBC_HAS_LOCALE__ strong_alias(__wcslcpy,wcsxfrm) +libc_hidden_def(wcsxfrm) #endif #endif |