Browse Source

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

"Steven J. Hill" 20 years ago
parent
commit
d68d28e696
1 changed files with 1 additions and 1 deletions
  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
 #endif
 }
 }
 
 
-//strong_alias(__bcopy, bcopy)
+strong_alias(__bcopy, bcopy)
 
 
 #endif
 #endif
 /**********************************************************************/
 /**********************************************************************/