Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / uapi / linux / signal.h
blobe03238f8d478a749894aa188a576e61dcba6eb15
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_LINUX_SIGNAL_H
3 #define _UAPI_LINUX_SIGNAL_H
5 #include <asm/signal.h>
6 #include <asm/siginfo.h>
8 #define SS_ONSTACK 1
9 #define SS_DISABLE 2
11 /* bit-flags */
12 #define SS_AUTODISARM (1U << 31) /* disable sas during sighandling */
13 /* mask for all SS_xxx flags */
14 #define SS_FLAG_BITS SS_AUTODISARM
16 #endif /* _UAPI_LINUX_SIGNAL_H */