Explorar el Código

Cleanup a couple of ugly bits

Eric Andersen hace 21 años
padre
commit
91dd45207d
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. 4 6
      libc/sysdeps/linux/arm/vfork.S

+ 4 - 6
libc/sysdeps/linux/arm/vfork.S

@@ -24,13 +24,11 @@
 #include <sys/syscall.h>
 
 
-.global errno;
 
-
-.text
-.global vfork;
-.type vfork,#function
-.align 4;                                                               \
+		.text
+		.global vfork;
+		.type vfork,%function
+		.align 4;                                                               \