Skip to content

Commit

Permalink
abis/linux: correct type of sigset_t
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectrodeYT committed Nov 18, 2023
1 parent e370777 commit 25c3a62
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 @@ -113,8 +113,7 @@ typedef void (*__sighandler) (int);
#define SIGRTMIN 35
#define SIGRTMAX 64

// TODO: replace this by uint64_t
typedef long sigset_t;
typedef uint64_t sigset_t;

// constants for sigprocmask()
#define SIG_BLOCK 0
Expand Down

0 comments on commit 25c3a62

Please sign in to comment.