From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/arch/x86_64/linux/prctl.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/arch/x86_64/linux/prctl.h') 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 */ -- cgit v1.2.3