svn commit: trunk/uClibc/libc/string/sparc

vapier at uclibc.org vapier at uclibc.org
Wed Jan 11 01:21:35 UTC 2006


Author: vapier
Date: 2006-01-10 17:21:34 -0800 (Tue, 10 Jan 2006)
New Revision: 13226

Log:
add aliases for strcoll when needed

Modified:
   trunk/uClibc/libc/string/sparc/strcmp.S


Changeset:
Modified: trunk/uClibc/libc/string/sparc/strcmp.S
===================================================================
--- trunk/uClibc/libc/string/sparc/strcmp.S	2006-01-11 01:19:20 UTC (rev 13225)
+++ trunk/uClibc/libc/string/sparc/strcmp.S	2006-01-11 01:21:34 UTC (rev 13226)
@@ -11,3 +11,8 @@
 #else
 # include "sparc64/strcmp.S"
 #endif
+
+#ifndef __UCLIBC_HAS_LOCALE__
+hidden_strong_alias(__strcmp,__strcoll)
+strong_alias(__strcmp,strcoll)
+#endif




More information about the uClibc-cvs mailing list