Explorar o código

Cleanup a couple of ugly bits

Eric Andersen %!s(int64=21) %!d(string=hai) anos
pai
achega
91dd45207d
Modificáronse 1 ficheiros con 4 adicións e 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;                                                               \