From 4e96377228ca04c54bdc4aec8116d85f74e15834 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 7 Jun 1999 07:17:57 +0000 Subject: replacement pipe() system call; copies data into place inside kernel, so that EFAULT return value is possible --- lib/libc/sys/Lint_pipe.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/libc/sys/Lint_pipe.c (limited to 'lib/libc/sys/Lint_pipe.c') diff --git a/lib/libc/sys/Lint_pipe.c b/lib/libc/sys/Lint_pipe.c deleted file mode 100644 index df07e3e95b3..00000000000 --- a/lib/libc/sys/Lint_pipe.c +++ /dev/null @@ -1,17 +0,0 @@ -/* $OpenBSD: Lint_pipe.c,v 1.1 1998/02/08 22:45:10 tholo Exp $ */ -/* $NetBSD: Lint_pipe.c,v 1.1 1997/11/06 00:52:59 cgd Exp $ */ - -/* - * This file placed in the public domain. - * Chris Demetriou, November 5, 1997. - */ - -#include - -/*ARGSUSED*/ -int -pipe(filedes) - int filedes[2]; -{ - return (0); -} -- cgit v1.2.3