[PATCH] sparse: rt_sigsuspend/sigaltstack sanitized
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.
Showing
Please register or sign in to comment