summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/__uClibc_syscall.S
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-06 15:27:46 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-06 15:27:46 +0000
commitfae403620c5c9329a78f5da5cd81b8f04f45a012 (patch)
treed76df713ba1323064ab83d319a54c7caf9572b9b /libc/sysdeps/linux/i386/__uClibc_syscall.S
parent80831beee1c1db87b63e15efdcbcd0ed4354c62f (diff)
Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so
make clean works.
Diffstat (limited to 'libc/sysdeps/linux/i386/__uClibc_syscall.S')
-rw-r--r--libc/sysdeps/linux/i386/__uClibc_syscall.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i386/__uClibc_syscall.S b/libc/sysdeps/linux/i386/__uClibc_syscall.S
index 9e82d7acb..cc785efd7 100644
--- a/libc/sysdeps/linux/i386/__uClibc_syscall.S
+++ b/libc/sysdeps/linux/i386/__uClibc_syscall.S
@@ -16,8 +16,6 @@ __uClibc_syscall:
int $0x80
#NO_APP
cmpl $-4095,%eax
- /* jae .L5 */
- /* cmpl $-126,%eax */
jbe .L5
negl %eax
movl %eax,errno