[PATCH] __syscall_rt_sigaction should use kernel_sigaction

2008-09-25 Thread Carmelo AMOROSO
Hi, __syscall_rt_sigaction should accept kernel_sigaction instead on sigaction, as declared into the bit/kernel_sigaction.h header. Indeed, each libc function that invoke it, are passing a kernel_sigaction pointer. Attached patch tries to fix it. Cheers, Carmelo Index: libc/sysdeps/linux/commo

Re: [PATCH] __syscall_rt_sigaction should use kernel_sigaction

2008-10-26 Thread Carmelo Amoroso
Carmelo AMOROSO wrote: > Hi, > __syscall_rt_sigaction should accept kernel_sigaction instead on > sigaction, as declared into the bit/kernel_sigaction.h header. > Indeed, each libc function that invoke it, are passing a > kernel_sigaction pointer. > Attached patch tries to fix it. > > Cheers, >