Sfoglia il codice sorgente

fix breakage of x86_64 sigaction from recent changes for mips

Rich Felker 12 anni fa
parent
commit
ea4175e73f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/internal/ksigaction.h

+ 1 - 1
src/internal/ksigaction.h

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