fix mips stack_t
authorRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 03:13:56 +0000 (23:13 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 19 Mar 2014 03:13:56 +0000 (23:13 -0400)
like almost everything on mips, this is gratuitously different.

arch/mips/bits/signal.h

index d09558fe12bee9ad8b784f6199b249d2b52bd7b5..57336aeefce9595f993ec91f49ea3959891fb435 100644 (file)
@@ -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