Skip to content

Commit

Permalink
abis/linux: remove zero size array
Browse files Browse the repository at this point in the history
  • Loading branch information
64 committed Oct 20, 2024
1 parent d9e674c commit d1b268c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abis/linux/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ enum {
#define REG_TP REG_TP
REG_S0 = 8,
#define REG_S0 REG_S0
REG_A0 = 10,
REG_A0 = 10
#define REG_A0 REG_A0
};

Expand Down Expand Up @@ -400,7 +400,6 @@ typedef struct __ucontext {
struct ucontext *uc_link;
stack_t uc_stack;
sigset_t uc_sigmask;
uint8_t __unused[1024 / 8 - sizeof(sigset_t)];
mcontext_t uc_mcontext;
} ucontext_t;

Expand Down

0 comments on commit d1b268c

Please sign in to comment.