From f983b69c2b45b16e20f3133e5e06d041c7774c07 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jul 2005 23:37:31 +0000 Subject: oops, we want to jmp to the syscall handler, not call it --- libc/sysdeps/linux/i386/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/vfork.S') 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 -- cgit v1.2.3