From: Matthias Kruk Date: Tue, 14 Jan 2020 10:55:13 +0000 (+0900) Subject: Add definition for SYS_SIGACTION X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=adbd94cd1c8e1bb6c68a11f12b7aa1244cd9d608;p=corax Add definition for SYS_SIGACTION --- 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