Explorar o código

fix mips stack_t

like almost everything on mips, this is gratuitously different.
Rich Felker %!s(int64=11) %!d(string=hai) anos
pai
achega
12f37cdee5
Modificáronse 1 ficheiros con 1 adicións e 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