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)
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.


No differences found