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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sat Oct 17 19:00:36 UTC 2009


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

This reverts commit d75809641fbe777fb073874072edfd83f5fb47b4.

For WCHAR && !LOCALE the visible __wcslcpy is aliased to wcsxfrm
(which is consequently also visible).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/string/strlcpy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libc/string/strlcpy.c b/libc/string/strlcpy.c
index 4bdf0da..cdad4dc 100644
--- a/libc/string/strlcpy.c
+++ b/libc/string/strlcpy.c
@@ -59,6 +59,5 @@ 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