소스 검색

Cleanup a couple of ugly bits

Eric Andersen 21 년 전
부모
커밋
91dd45207d
1개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  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;                                                               \