Explorar el Código

fix breakage of x86_64 sigaction from recent changes for mips

Rich Felker hace 12 años
padre
commit
ea4175e73f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];
 };