summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/vfork.S
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-12 02:43:45 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-08-12 02:43:45 +0000
commit50dcba0bb24c6c57397dab0ee4a083ee2c8266aa (patch)
tree39b45cc38150687420b955cee4a2038452e28733 /libc/sysdeps/linux/i386/vfork.S
parent3e618254fd7d842f63b19b89a7b9cee0ec76637b (diff)
downloaduClibc-alpine-50dcba0bb24c6c57397dab0ee4a083ee2c8266aa.tar.bz2
uClibc-alpine-50dcba0bb24c6c57397dab0ee4a083ee2c8266aa.tar.xz
Bring in latest from trunk.
Diffstat (limited to 'libc/sysdeps/linux/i386/vfork.S')
-rw-r--r--libc/sysdeps/linux/i386/vfork.S5
1 files changed, 1 insertions, 4 deletions
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