[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 clone.S,1.8,1.9

Erik Andersen andersen at uclibc.org
Sat Jan 3 05:54:52 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/i386
In directory nail:/tmp/cvs-serv3199

Modified Files:
	clone.S 
Log Message:
oops


Index: clone.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/i386/clone.S,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- clone.S	3 Jan 2004 05:52:34 -0000	1.8
+++ clone.S	3 Jan 2004 05:54:49 -0000	1.9
@@ -51,12 +51,6 @@
 	/* 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




More information about the uClibc-cvs mailing list