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
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
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 (
3 matches
Mail list logo