musl: delete SA_RESTORER for riscv32

https://www.openwall.com/lists/musl/2025/09/28/1
This commit is contained in:
Alex Rønne Petersen 2025-09-28 15:54:21 +02:00
parent f90510b081
commit e89cb377d0
No known key found for this signature in database

View File

@ -78,7 +78,6 @@ typedef struct __ucontext
#define SA_RESTART 0x10000000
#define SA_NODEFER 0x40000000
#define SA_RESETHAND 0x80000000
#define SA_RESTORER 0x04000000
#endif