diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-06-27 08:38:15 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-06-27 08:38:15 +0000 | 
| commit | 91dd45207d057db4fcc2ed116a3c053d6bfe7b12 (patch) | |
| tree | 66202fab7cb20185fdba1ac80fd66c3a967eb9ef /libc | |
| parent | 5c47d5a02a975e14a1ddf867d8632add0085b47c (diff) | |
Cleanup a couple of ugly bits
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/arm/vfork.S | 10 | 
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;                                                               \  | 
