mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
musl: delete SA_RESTORER for riscv32
https://www.openwall.com/lists/musl/2025/09/28/1
This commit is contained in:
parent
f90510b081
commit
e89cb377d0
1
lib/libc/musl/arch/riscv32/bits/signal.h
vendored
1
lib/libc/musl/arch/riscv32/bits/signal.h
vendored
@ -78,7 +78,6 @@ typedef struct __ucontext
|
||||
#define SA_RESTART 0x10000000
|
||||
#define SA_NODEFER 0x40000000
|
||||
#define SA_RESETHAND 0x80000000
|
||||
#define SA_RESTORER 0x04000000
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user