Explorar o código

Make wcsxfrm visible also when LOCALE support is disabled.

Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Carmelo Amoroso %!s(int64=17) %!d(string=hai) anos
pai
achega
841a3b472e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      libc/string/strlcpy.c

+ 1 - 0
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