1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI_LINUX_SIGNAL_H 7 #define _UAPI_LINUX_SIGNAL_H 8 #include <asm/signal.h> 9 #include <asm/siginfo.h> 10 #define SS_ONSTACK 1 11 #define SS_DISABLE 2 12 #define SS_AUTODISARM (1U << 31) 13 #define SS_FLAG_BITS SS_AUTODISARM 14 #endif 15