Selaa lähdekoodia

fix mips stack_t

like almost everything on mips, this is gratuitously different.
Rich Felker 11 vuotta sitten
vanhempi
sitoutus
12f37cdee5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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