From 71f8450fce910b1e3aa8bb17c61b10ce4a08b52f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 11 Aug 2005 22:36:11 +0000 Subject: jump straight to __syscall_error --- libc/sysdeps/linux/i386/vfork.S | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (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 19c1210cb..d382dbac3 100644 --- a/libc/sysdeps/linux/i386/vfork.S +++ b/libc/sysdeps/linux/i386/vfork.S @@ -23,12 +23,9 @@ __vfork: int $0x80 pushl %ecx cmpl $-4095,%eax - jae __error + jae __syscall_error ret -__error: - jmp __syscall_error - .size __vfork,.-__vfork -- cgit v1.2.3