Orion
Barry Adding pipes e59e4fe (2 years, 4 months ago)diff --git a/task/syscall.c b/task/syscall.c index 30e1a7b..c1587d3 100644 --- a/task/syscall.c +++ b/task/syscall.c @@ -52,6 +52,7 @@ void *syscalls[] = { [SYSCALL_DUP] = dup, [SYSCALL_DUP2] = dup2, [SYSCALL_ISATTY] = isatty, + [SYSCALL_PIPE] = pipe, /* File System */ [SYSCALL_MOUNT] = mount,