Explorar el Código

fix mips stack_t

like almost everything on mips, this is gratuitously different.
Rich Felker hace 11 años
padre
commit
12f37cdee5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/mips/bits/signal.h

+ 1 - 1
arch/mips/bits/signal.h

@@ -48,8 +48,8 @@ typedef struct __ucontext {
 
 typedef struct sigaltstack {
 	void *ss_sp;
-	int ss_flags;
 	size_t ss_size;
+	int ss_flags;
 } stack_t;
 
 #define SA_NOCLDSTOP  1