Loading...
arm/string/bzero.s Libc-498.1.7 Libc-583
--- Libc/Libc-498.1.7/arm/string/bzero.s
+++ Libc/Libc-583/arm/string/bzero.s
@@ -22,7 +22,8 @@
  */
 
 #include <mach/machine/asm.h>
-
+#include <architecture/arm/asm_help.h>
+	
 /* 
  * A reasonably well-optimized bzero/memset. Should work equally well on arm11 and arm9 based
  * cores. 
@@ -158,3 +159,4 @@
 	bge		L_64ormorealigned
 	b		L_lessthan64aligned
 
+X_LEAF(___bzero, _bzero)