]> git.corax.cc Git - corax/commitdiff
Add definition for SYS_SIGACTION
authorMatthias Kruk <m@m10k.eu>
Tue, 14 Jan 2020 10:55:13 +0000 (19:55 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 14 Jan 2020 10:55:13 +0000 (19:55 +0900)
include/corax/syscall.h

index 9c7fed04b3e4d82c9f47ea6e39dcdbf5665cd852..c8bccb81bd19d690b2020e50d30908ac4a062864 100644 (file)
@@ -32,6 +32,8 @@
 
 #define SYS_DEBUG      13
 
+#define SYS_SIGACTION  14
+
 /* Corax-specific variations of POSIX syscalls */
 #define SYS_EXECFVE    128