OrionLibC
Barry Updating libc for pipes and signals ad9b6af (3 years, 3 months ago)
diff --git a/include/sys/syscall.h b/include/sys/syscall.h
index d732c59..d34101a 100644
--- a/include/sys/syscall.h
+++ b/include/sys/syscall.h
@@ -19,6 +19,8 @@ enum SystemCall {
SYSCALL_WAITPID,
SYSCALL_TGKILL,
SYSCALL_KILL,
+ SYSCALL_SIGNAL,
+ SYSCALL_SIGPROCMASK,
SYSCALL_TIME,
SYSCALL_TIMES,
SYSCALL_SLEEP,
@@ -40,6 +42,7 @@ enum SystemCall {
SYSCALL_DUP,
SYSCALL_DUP2,
SYSCALL_ISATTY,
+ SYSCALL_PIPE,
/* File System */
SYSCALL_MOUNT,