diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-09 19:20:15 +0100 |
| commit | 885f5974cdf65b59415837ae97f5a14ef1350670 (patch) | |
| tree | 66ac13de29c7f4932c5fcae11773df574e4e256a /include/arch/x86_64/linux/prctl.h | |
| parent | 8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff) | |
feat: add gzip and new headers
Diffstat (limited to 'include/arch/x86_64/linux/prctl.h')
| -rw-r--r-- | include/arch/x86_64/linux/prctl.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/arch/x86_64/linux/prctl.h b/include/arch/x86_64/linux/prctl.h index 9981f034..2c2e38fc 100644 --- a/include/arch/x86_64/linux/prctl.h +++ b/include/arch/x86_64/linux/prctl.h @@ -28,8 +28,9 @@ #define PR_GET_FPEMU 9 #define PR_SET_FPEMU 10 #define PR_FPEMU_NOPRINT 1 /* silently emulate fp operations accesses */ -#define PR_FPEMU_SIGFPE 2 /* don't emulate fp operations, send SIGFPE instead \ - */ +#define PR_FPEMU_SIGFPE \ + 2 /* don't emulate fp operations, send SIGFPE instead \ + */ /* Get/set floating-point exception mode (if meaningful) */ #define PR_GET_FPEXC 11 @@ -332,7 +333,8 @@ struct prctl_mm_map { #define PR_PPC_DEXCR_SBHE 0 /* Speculative branch hint enable */ #define PR_PPC_DEXCR_IBRTPD \ 1 /* Indirect branch recurrent target prediction disable */ -#define PR_PPC_DEXCR_SRAPD 2 /* Subroutine return address prediction disable \ +#define PR_PPC_DEXCR_SRAPD \ + 2 /* Subroutine return address prediction disable \ */ #define PR_PPC_DEXCR_NPHIE 3 /* Non-privileged hash instruction enable */ /* Action to apply / return */ |
