Browse Source

Make wcsxfrm visible also when LOCALE support is disabled.

Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Carmelo Amoroso 17 years ago
parent
commit
841a3b472e
1 changed files with 1 additions and 0 deletions
  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