From 91dd45207d057db4fcc2ed116a3c053d6bfe7b12 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Jun 2003 08:38:15 +0000 Subject: Cleanup a couple of ugly bits --- libc/sysdeps/linux/arm/vfork.S | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libc/sysdeps/linux/arm/vfork.S') 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 -.global errno; - -.text -.global vfork; -.type vfork,#function -.align 4; \ + .text + .global vfork; + .type vfork,%function + .align 4; \ -- cgit v1.2.3