svn commit: trunk/uClibc/libc/string

sjhill at uclibc.org sjhill at uclibc.org
Fri Dec 2 03:30:50 UTC 2005


Author: sjhill
Date: 2005-12-01 19:30:48 -0800 (Thu, 01 Dec 2005)
New Revision: 12635

Log:
Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*.


Modified:
   trunk/uClibc/libc/string/wstring.c


Changeset:
Modified: trunk/uClibc/libc/string/wstring.c
===================================================================
--- trunk/uClibc/libc/string/wstring.c	2005-12-02 02:25:40 UTC (rev 12634)
+++ trunk/uClibc/libc/string/wstring.c	2005-12-02 03:30:48 UTC (rev 12635)
@@ -2003,7 +2003,7 @@
 #endif
 }
 
-//strong_alias(__bcopy, bcopy)
+strong_alias(__bcopy, bcopy)
 
 #endif
 /**********************************************************************/




More information about the uClibc-cvs mailing list