mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-24 16:16:14 +00:00
@@ -13,7 +13,7 @@ struct shim_signal_handle {
|
||||
struct __kernel_sigaction * action;
|
||||
};
|
||||
|
||||
# define BITS_PER_WORD sizeof(unsigned long)
|
||||
# define BITS_PER_WORD (8 * sizeof(unsigned long))
|
||||
/* The standard def of this macro is dumb */
|
||||
#undef _SIGSET_NWORDS
|
||||
# define _SIGSET_NWORDS (NUM_SIGS / BITS_PER_WORD)
|
||||
|
||||
Reference in New Issue
Block a user