1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux << 2 #ifndef _UAPI_LINUX_SIGNAL_H 1 #ifndef _UAPI_LINUX_SIGNAL_H 3 #define _UAPI_LINUX_SIGNAL_H 2 #define _UAPI_LINUX_SIGNAL_H 4 3 5 #include <asm/signal.h> 4 #include <asm/signal.h> 6 #include <asm/siginfo.h> 5 #include <asm/siginfo.h> 7 6 8 #define SS_ONSTACK 1 7 #define SS_ONSTACK 1 9 #define SS_DISABLE 2 8 #define SS_DISABLE 2 10 9 11 /* bit-flags */ 10 /* bit-flags */ 12 #define SS_AUTODISARM (1U << 31) /* dis 11 #define SS_AUTODISARM (1U << 31) /* disable sas during sighandling */ 13 /* mask for all SS_xxx flags */ 12 /* mask for all SS_xxx flags */ 14 #define SS_FLAG_BITS SS_AUTODISARM 13 #define SS_FLAG_BITS SS_AUTODISARM 15 14 16 #endif /* _UAPI_LINUX_SIGNAL_H */ 15 #endif /* _UAPI_LINUX_SIGNAL_H */ 17 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.