Skip to content

Commit

Permalink
[DONOTMERGE] change sigaction::sa_flags type to int
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsullivan5196 committed May 14, 2024
1 parent 8c5ea12 commit 4c2c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/calls/struct/sigaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct sigaction {
sighandler_t sa_handler;
sigaction_f sa_sigaction;
};
uint64_t sa_flags;
int sa_flags;
void (*sa_restorer)(void);
sigset_t sa_mask;
};
Expand Down

0 comments on commit 4c2c571

Please sign in to comment.