Parcourir la source

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

"Steven J. Hill" il y a 20 ans
Parent
commit
d68d28e696
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 /**********************************************************************/