fix powerpc ucontext, again..
authorRich Felker <dalias@aerifal.cx>
Sat, 24 Nov 2012 00:54:56 +0000 (19:54 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 24 Nov 2012 00:54:56 +0000 (19:54 -0500)
commit98f56b12ceddba183c4fdba881ec753bbeea4e9f
treeefae3b0e82fee017a2df0e47bda8b0db98fc5061
parent144dc4f479d49b8148f8b1b6b506b0f1096f911b
fix powerpc ucontext, again..

it should now really match the kernel. some of the removed padding
corresponded to the difference between user and kernel sigset_t. the
space at the end was redundant with the uc_mcontext member and seems
to have been added as a result of misunderstanding glibc's definition
versus the kernel's.
arch/powerpc/bits/signal.h