diff options
Diffstat (limited to 'libc/sysdeps/linux/sparc')
| -rw-r--r-- | libc/sysdeps/linux/sparc/pipe.S | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/libc/sysdeps/linux/sparc/pipe.S b/libc/sysdeps/linux/sparc/pipe.S index 09ef32221..b085fafec 100644 --- a/libc/sysdeps/linux/sparc/pipe.S +++ b/libc/sysdeps/linux/sparc/pipe.S @@ -35,8 +35,6 @@ pipe:  	/* sanity check arguments */  	tst	%i0  	be	.Lerror -	 orcc	%i1,%g0,%o1 -	be	.Lerror  	 mov	%i2,%o0  	/* Do the system call */ | 
