mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-15 07:02:52 +03:00
use unsigned bitmask for consistency in ksigaction
the type doesn't actually matter, just the size, but it's nice to be consistent...
This commit is contained in:
parent
0b637798cd
commit
5091e0802f
@ -2,5 +2,5 @@ struct k_sigaction {
|
||||
void (*handler)(int);
|
||||
unsigned long flags;
|
||||
void (*restorer)(void);
|
||||
long mask[2];
|
||||
unsigned long mask[2];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user