Skip to content

Commit

Permalink
Merge pull request #948 from ElectrodeYT/correct-sigset_t-val-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Nov 30, 2023
2 parents 749b27b + 25c3a62 commit 61bd489
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 61bd489

Please sign in to comment.