From adbd94cd1c8e1bb6c68a11f12b7aa1244cd9d608 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Tue, 14 Jan 2020 19:55:13 +0900 Subject: [PATCH] Add definition for SYS_SIGACTION --- include/corax/syscall.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/corax/syscall.h b/include/corax/syscall.h index 9c7fed0..c8bccb8 100644 --- a/include/corax/syscall.h +++ b/include/corax/syscall.h @@ -32,6 +32,8 @@ #define SYS_DEBUG 13 +#define SYS_SIGACTION 14 + /* Corax-specific variations of POSIX syscalls */ #define SYS_EXECFVE 128 -- 2.47.3