• R
    fix powerpc ucontext, again.. · 98f56b12
    Rich Felker 提交于
    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.
    98f56b12
signal.h 2.0 KB