tools/llvm: Do not build with symbols
[minix3.git] / lib / libc / sys / Lint_pipe.c
bloba86db166f82229c6758e40e579c4dd3250768531
1 /* $NetBSD: Lint_pipe.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #include <unistd.h>
10 /*ARGSUSED*/
11 int
12 pipe(filedes)
13 int filedes[2];
15 return (0);