Eric Andersen 20 vuotta sitten
vanhempi
commit
2d60483b6a
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  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