1.1 --- a/epoc32/include/stdapis/sys/_sigset.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/sys/_sigset.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -48,9 +48,7 @@
1.4 #define _SIG_BIT(sig) (1 << (_SIG_IDX(sig) & 31))
1.5 #define _SIG_VALID(sig) ((sig) <= _SIG_MAXSIG && (sig) > 0)
1.6
1.7 -typedef struct __sigset {
1.8 - __uint32_t __bits[_SIG_WORDS];
1.9 -} __sigset_t;
1.10 +typedef __uint64_t __sigset_t;
1.11
1.12 #if defined(_KERNEL) && defined(COMPAT_43)
1.13 typedef unsigned int osigset_t;