Home
last modified time | relevance | path

Searched refs:SA_UNSUPPORTED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsignal-defs.h17 * SA_UNSUPPORTED is a flag bit that will never be supported. Kernels from
18 * before the introduction of SA_UNSUPPORTED did not clear unknown bits from
45 #define SA_UNSUPPORTED 0x00000400 macro
/kernel/linux/linux-6.6/kernel/
H A Dsignal.c4143 * Make sure that we never accidentally claim to support SA_UNSUPPORTED, in do_sigaction()
4146 BUILD_BUG_ON(UAPI_SA_FLAGS & SA_UNSUPPORTED); in do_sigaction()

Completed in 6 milliseconds