fix breakage of x86_64 sigaction from recent changes for mips
authorRich Felker <dalias@aerifal.cx>
Thu, 12 Jul 2012 15:00:21 +0000 (11:00 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 12 Jul 2012 15:00:21 +0000 (11:00 -0400)
src/internal/ksigaction.h

index 57f47b3..9a70f93 100644 (file)
@@ -2,5 +2,5 @@ struct k_sigaction {
        void (*handler)(int);
        unsigned long flags;
        void (*restorer)(void);
-       unsigned long mask[2];
+       unsigned mask[2];
 };