![]() |
|
Message-ID: <20250928135118.236320-1-alex@alexrp.com> Date: Sun, 28 Sep 2025 15:51:18 +0200 From: Alex Rønne Petersen <alex@...xrp.com> To: musl@...ts.openwall.com Cc: Alex Rønne Petersen <alex@...xrp.com> Subject: [PATCH] riscv32: delete SA_RESTORER As far as I can tell, the kABI for riscv32 does not define this, just as it doesn't for riscv64. So delete it in accordance with the changes made to other ports in 269d193820342dc109f39909d78fb30f4c978f76. --- arch/riscv32/bits/signal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv32/bits/signal.h b/arch/riscv32/bits/signal.h index 50b66ec9..56f8fe17 100644 --- a/arch/riscv32/bits/signal.h +++ b/arch/riscv32/bits/signal.h @@ -78,7 +78,6 @@ typedef struct __ucontext #define SA_RESTART 0x10000000 #define SA_NODEFER 0x40000000 #define SA_RESETHAND 0x80000000 -#define SA_RESTORER 0x04000000 #endif -- 2.48.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.