about summary refs log tree commit diff
path: root/arch/mips/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/bits/signal.h')
-rw-r--r--arch/mips/bits/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bits/signal.h b/arch/mips/bits/signal.h
index d09558fe..57336aee 100644
--- a/arch/mips/bits/signal.h
+++ b/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