From dd849aa3a24b4333828def224ca952411dc56e4e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 May 2020 19:40:08 +0200 Subject: sys/linux: generate consts on next-20200519 --- sys/linux/prctl_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/prctl_arm.const') diff --git a/sys/linux/prctl_arm.const b/sys/linux/prctl_arm.const index 1b9433aa4..b628b9d9a 100644 --- a/sys/linux/prctl_arm.const +++ b/sys/linux/prctl_arm.const @@ -8,7 +8,7 @@ # ARCH_SET_CPUID is not set # ARCH_SET_FS is not set # ARCH_SET_GS is not set -CAP_LAST_CAP = 38 +CAP_LAST_CAP = 39 PR_CAPBSET_DROP = 24 PR_CAPBSET_READ = 23 PR_CAP_AMBIENT = 47 -- cgit mrf-deployment