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)
commit5fac93db379cd82bd2d661715b360924eccca82c
tree6dca85a145240f1bef68934db12a3da17f633e4c
parent92f8396b0c8e4f146563b87f46137484cfb36e31
fix mips mcontext_t structure size

otherwise offs in ucontext_t will be wrong, and break code that
inspects or modifies the signal makes (including cancellation code).
arch/mips/bits/signal.h