patch-1.3.4 linux/arch/i386/kernel/process.c

Next file: linux/arch/i386/kernel/sys_i386.c
Previous file: linux/arch/i386/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.3/linux/arch/i386/kernel/process.c linux/arch/i386/kernel/process.c
@@ -39,22 +39,6 @@
 	hlt_counter--;
 }
 
-asmlinkage int sys_pipe(unsigned long * fildes)
-{
-	int fd[2];
-	int error;
-
-	error = verify_area(VERIFY_WRITE,fildes,8);
-	if (error)
-		return error;
-	error = do_pipe(fd);
-	if (error)
-		return error;
-	put_fs_long(fd[0],0+fildes);
-	put_fs_long(fd[1],1+fildes);
-	return 0;
-}
-
 /*
  * The idle loop on a i386..
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this