Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
newlib
/
libgloss
/
mn10300
/
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
);
}