summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/clone.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-03 05:54:49 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-03 05:54:49 +0000
commit2d60483b6aa2026b7e56b9adfaf68ffb54dd03c7 (patch)
tree18f2ace74e5bd3270be8b13861de3bfc8b77e520 /libc/sysdeps/linux/i386/clone.S
parent4a2b9d7463ce729071f4143a81569976dc7ad6b0 (diff)
oops
Diffstat (limited to 'libc/sysdeps/linux/i386/clone.S')
-rw-r--r--libc/sysdeps/linux/i386/clone.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S
index d918fc444..dd39015fb 100644
--- a/libc/sysdeps/linux/i386/clone.S
+++ b/libc/sysdeps/linux/i386/clone.S
@@ -51,12 +51,6 @@ __clone:
/* Sanity check arguments. */
movl $-EINVAL,%eax
- test %ecx,%ecx
- call .Lclone_error
-
- test %edx,%edx
- call .Lclone_error
-
movl FUNC(%esp),%ecx /* no NULL function pointers */
#ifdef __PIC__
jecxz .Lclone_error