[git commit 0_9_30] Make wcsxfrm visible also when LOCALE support is disabled.

Carmelo Amoroso carmelo.amoroso at st.com
Sat Oct 10 16:44:02 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=d75809641fbe777fb073874072edfd83f5fb47b4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0_9_30

Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono at st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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 cdad4dc..4bdf0da 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
-- 
1.6.3.3



More information about the uClibc-cvs mailing list