From: Dmitry V. Levin Date: Mon, 14 Sep 2015 13:25:24 +0000 (+0000) Subject: Update PR_* constants X-Git-Tag: v4.11~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b02bcfadcb42dae0335b1b5dcff141f8cdc38ae1;p=strace Update PR_* constants * xlat/prctl_options.in: Add PR_SET_FP_MODE, PR_GET_FP_MODE, and PR_CAP_AMBIENT. --- diff --git a/xlat/prctl_options.in b/xlat/prctl_options.in index a23207c4..2d0d287f 100644 --- a/xlat/prctl_options.in +++ b/xlat/prctl_options.in @@ -41,3 +41,6 @@ PR_SET_THP_DISABLE 41 PR_GET_THP_DISABLE 42 PR_MPX_ENABLE_MANAGEMENT 43 PR_MPX_DISABLE_MANAGEMENT 44 +PR_SET_FP_MODE 45 +PR_GET_FP_MODE 46 +PR_CAP_AMBIENT 47