From 7499ce024402922e659dee14604173dfeea86be3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 6 Jul 2016 22:32:22 +0000 Subject: [PATCH] Update sigaltstack SS_* constants * xlat/sigaltstack_flags.in: Add SS_AUTODISARM introduced by linux kernel commit v4.7-rc1~195^2. --- xlat/sigaltstack_flags.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/sigaltstack_flags.in b/xlat/sigaltstack_flags.in index 376ec183..93137984 100644 --- a/xlat/sigaltstack_flags.in +++ b/xlat/sigaltstack_flags.in @@ -1,2 +1,3 @@ SS_ONSTACK 1 SS_DISABLE 2 +SS_AUTODISARM (1U << 31) -- 2.40.0