summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/vfork.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-27 08:38:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-27 08:38:15 +0000
commit91dd45207d057db4fcc2ed116a3c053d6bfe7b12 (patch)
tree66202fab7cb20185fdba1ac80fd66c3a967eb9ef /libc/sysdeps/linux/arm/vfork.S
parent5c47d5a02a975e14a1ddf867d8632add0085b47c (diff)
Cleanup a couple of ugly bits
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-rw-r--r--libc/sysdeps/linux/arm/vfork.S10
1 files changed, 4 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S
index 361153214..fbceab367 100644
--- a/libc/sysdeps/linux/arm/vfork.S
+++ b/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; \