fix breakage of x86_64 sigaction from recent changes for mips

This commit is contained in:
Rich Felker 2012-07-12 11:00:21 -04:00
parent 5fac93db37
commit ea4175e73f
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ struct k_sigaction {
void (*handler)(int);
unsigned long flags;
void (*restorer)(void);
unsigned long mask[2];
unsigned mask[2];
};