#include #include #include #include DEFN_SYSCALL1(pipe, SYS_PIPE, int *); int pipe(int fildes[2]) { __sets_errno(syscall_pipe((int *)fildes)); }