summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/vfork.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-08 23:37:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-08 23:37:31 +0000
commitf983b69c2b45b16e20f3133e5e06d041c7774c07 (patch)
tree2e8400e4900b120e62ce9c390b60528ea7377b8f /libc/sysdeps/linux/i386/vfork.S
parent63b525301215877c698ae434c67e13a3b99e9b2f (diff)
oops, we want to jmp to the syscall handler, not call it
Diffstat (limited to 'libc/sysdeps/linux/i386/vfork.S')
-rw-r--r--libc/sysdeps/linux/i386/vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/vfork.S b/libc/sysdeps/linux/i386/vfork.S
index 722044ec4..19c1210cb 100644
--- a/libc/sysdeps/linux/i386/vfork.S
+++ b/libc/sysdeps/linux/i386/vfork.S
@@ -27,7 +27,7 @@ __vfork:
ret
__error:
- call __syscall_error
+ jmp __syscall_error
.size __vfork,.-__vfork