-
Alexander Viro authored
rt_sigsuspend() and sigaltstack() prototype changed; instead of playing games with casts of argument address to struct pt_regs * and digging through it, we declare them as int <fn>(struct pt_regs regs) instead.
58989e77
rt_sigsuspend() and sigaltstack() prototype changed; instead of playing games with casts of argument address to struct pt_regs * and digging through it, we declare them as int <fn>(struct pt_regs regs) instead.