From 5640182e962a3190dd28eff714cdda9de2d3f877 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 22 Feb 2002 00:10:00 +0000 Subject: Several mips fixes from Geoffrey Espin. With these, busybox with ash/vi/etc now works just fine with uClibc on mips. --- libc/sysdeps/linux/common/syscalls.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/sysdeps/linux/common/syscalls.c') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 30426a419..f0e54b344 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -356,13 +356,8 @@ _syscall1(int, dup, int, oldfd); //#define __NR_pipe 42 #ifdef L_pipe #include -/* - * SH has a weird register calling mechanism for pipe, see pipe.c - */ -#if !defined(__sh__) _syscall1(int, pipe, int *, filedes); #endif -#endif //#define __NR_times 43 #ifdef L_times -- cgit v1.2.3