Re: Possible bug on signal.h

2005-02-24 Thread Jordi Brínquez
I'm trying to modify UML so I'm using kernel headers but anyway there is a problem on sigaction definition on signal.h Jordi linux-os wrote: On Thu, 24 Feb 2005, Jordi Brinquez wrote: Hi, I think I found a possible bug on file signal.h. The problem comes when you define a struct sigaction on a use

Re: Possible bug on signal.h

2005-02-24 Thread linux-os
On Thu, 24 Feb 2005, Jordi Brinquez wrote: Hi, I think I found a possible bug on file signal.h. The problem comes when you define a struct sigaction on a user program and then you use the function sigaction to remap a signal handler (in my case a page_fault) for my own function, this system call is

Possible bug on signal.h

2005-02-24 Thread Jordi Brinquez
Hi, I think I found a possible bug on file signal.h. The problem comes when you define a struct sigaction on a user program and then you use the function sigaction to remap a signal handler (in my case a page_fault) for my own function, this system call is compiled as __NR_sigaction system call (