diff --git a/abis/linux/signal.h b/abis/linux/signal.h index 1a4803f6b7..24811c2839 100644 --- a/abis/linux/signal.h +++ b/abis/linux/signal.h @@ -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