aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/unistd.h')
-rw-r--r--include/asm-um/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-um/unistd.h b/include/asm-um/unistd.h
index 6fdde45cc053..afccfcaa9ea9 100644
--- a/include/asm-um/unistd.h
+++ b/include/asm-um/unistd.h
@@ -34,6 +34,7 @@ extern int um_execve(const char *file, char *const argv[], char *const env[]);
#define __ARCH_WANT_SYS_SIGPENDING
#define __ARCH_WANT_SYS_SIGPROCMASK
#define __ARCH_WANT_SYS_RT_SIGACTION
+#define __ARCH_WANT_SYS_RT_SIGSUSPEND
#endif
#ifdef __KERNEL_SYSCALLS__