blob: dfade5c8c3f9676a2ec6f90bf1901af5144b8f00 [file] [log] [blame]
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
int
pipe (int fd)
{
return TRAP0 (SYS_pipe, fd, 0, 0);
}