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 << 11 /* bit-flags */ << 12 #define SS_AUTODISARM (1U << 31) /* dis << 13 /* mask for all SS_xxx flags */ << 14 #define SS_FLAG_BITS SS_AUTODISARM << 15 9 16 #endif /* _UAPI_LINUX_SIGNAL_H */ 10 #endif /* _UAPI_LINUX_SIGNAL_H */ 17 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.