PPC32: Adjust ucontext to conform with historical practice and with glibc.
This moves the uc_sigmask field back to where it was before. We now don't assume the registers are at a fixed offset in the ucontext, but instead access them through the uc_regs field as in the past. This corresponds with a recent change in glibc CVS.
Showing
Please register or sign in to comment