diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 00:01:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 00:01:24 +0000 |
commit | 3f788a09d4eb871eeef236b950e06afc4d233e29 (patch) | |
tree | da53b9ceab5cc142a5b9ef75eb7eb9f0b298baa2 /libc/sysdeps/linux/arm/vfork.S | |
parent | 299d67551ee7473ccf2d3ace53b73383b295fe27 (diff) |
touchup syntax for no real good reason ;)
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/arm/vfork.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S index eecf56b8c..cf9d3d8d6 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -25,10 +25,10 @@ #include <sys/syscall.h> #ifdef __NR_fork - .text - .global vfork - .type vfork,%function - .align 4 +.text +.global vfork +.type vfork,%function +.align 4 vfork: #ifdef __NR_vfork @@ -52,5 +52,5 @@ vfork: __error: b __syscall_error - .size vfork,.-vfork +.size vfork,.-vfork #endif |