mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
musl: delete SA_RESTORER for hexagon
https://github.com/quic/musl/pull/7
This commit is contained in:
parent
e89cb377d0
commit
993a1a3df1
1 changed files with 0 additions and 1 deletions
1
lib/libc/musl/arch/hexagon/bits/signal.h
vendored
1
lib/libc/musl/arch/hexagon/bits/signal.h
vendored
|
|
@ -61,7 +61,6 @@ typedef struct __ucontext {
|
|||
#define SA_RESTART 0x10000000
|
||||
#define SA_NODEFER 0x40000000
|
||||
#define SA_RESETHAND 0x80000000
|
||||
#define SA_RESTORER 0x04000000
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue