diff options
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;                                                               \  | 
