From 25c3a6235b2398fe6e31b9d0a1b9257273553983 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 18 Nov 2023 21:02:46 +0100 Subject: [PATCH] abis/linux: correct type of sigset_t --- abis/linux/signal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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