Sign in
chromium
/
native_client
/
nacl-newlib
/
refs/heads/upstream/master
/
.
/
libgloss
/
iq2000
/
pipe.c
blob: dfade5c8c3f9676a2ec6f90bf1901af5144b8f00 [
file
] [
log
] [
blame
] [
edit
]
#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
);
}