strace/xlat/sigaltstack_flags.in
Dmitry V. Levin 7499ce0244 Update sigaltstack SS_* constants
* xlat/sigaltstack_flags.in: Add SS_AUTODISARM introduced
by linux kernel commit v4.7-rc1~195^2.
2016-07-07 09:39:49 +00:00

4 lines
51 B
Plaintext

SS_ONSTACK 1
SS_DISABLE 2
SS_AUTODISARM (1U << 31)