Eric Andersen 20 роки тому
батько
коміт
2d60483b6a
1 змінених файлів з 0 додано та 6 видалено
  1. 0 6
      libc/sysdeps/linux/i386/clone.S

+ 0 - 6
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