Eric Andersen hace 20 años
padre
commit
2d60483b6a
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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