fix mips mcontext_t structure size
authorRich Felker <dalias@aerifal.cx>
Thu, 12 Jul 2012 04:14:40 +0000 (00:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 12 Jul 2012 04:14:40 +0000 (00:14 -0400)
otherwise offs in ucontext_t will be wrong, and break code that
inspects or modifies the signal makes (including cancellation code).


No differences found