Explorar o código

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

"Steven J. Hill" %!s(int64=20) %!d(string=hai) anos
pai
achega
d68d28e696
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/string/wstring.c

+ 1 - 1
libc/string/wstring.c

@@ -2003,7 +2003,7 @@ void attribute_hidden __bcopy(const void *s2, void *s1, size_t n)
 #endif
 }
 
-//strong_alias(__bcopy, bcopy)
+strong_alias(__bcopy, bcopy)
 
 #endif
 /**********************************************************************/