BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / commit / ad9b6af63f1fdfcf3556c9b2fc670f72cdc60ab4 / include / sys / syscall.h

// Related

OrionLibC

Barry Updating libc for pipes and signals ad9b6af (2 years, 2 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,