X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fprctl.h;h=07f0d73dc78a5c0e38d1afa94eaf6698178165a1;hb=c7081edcf838d7bb830819a7de35737b1dd9755d;hp=9cc3a80eb3ee3ef9bef69e0fcd121d958a864c73;hpb=9e8dd1c7f15147074949bda0c4478da6f4038824;p=musl diff --git a/include/sys/prctl.h b/include/sys/prctl.h index 9cc3a80e..07f0d73d 100644 --- a/include/sys/prctl.h +++ b/include/sys/prctl.h @@ -145,6 +145,7 @@ struct prctl_mm_map { #define PR_SPEC_ENABLE (1UL << 1) #define PR_SPEC_DISABLE (1UL << 2) #define PR_SPEC_FORCE_DISABLE (1UL << 3) +#define PR_SPEC_DISABLE_NOEXEC (1UL << 4) #define PR_PAC_RESET_KEYS 54 #define PR_PAC_APIAKEY (1UL << 0)