Loading...
arm/string/bzero.s Libc-583 Libc-498.1.7
--- Libc/Libc-583/arm/string/bzero.s
+++ Libc/Libc-498.1.7/arm/string/bzero.s
@@ -22,8 +22,7 @@
  */
 
 #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. 
@@ -159,4 +158,3 @@
 	bge		L_64ormorealigned
 	b		L_lessthan64aligned
 
-X_LEAF(___bzero, _bzero)