Ignore rt_sigaction() syscalls on x86 and x86_64
authorVince Weaver <vince@csl.cornell.edu>
Fri, 16 Oct 2009 17:54:20 +0000 (13:54 -0400)
committerVince Weaver <vince@csl.cornell.edu>
Fri, 16 Oct 2009 17:54:20 +0000 (13:54 -0400)
commit22dc2b5595519d5fc7ca93854053b22a359e331b
tree2f68d7add9fbe387c287df03d0fb5db8eab5e2a8
parent15a3a7b37b34da286f89ee07230ff6cd2b55c5f6
Ignore rt_sigaction() syscalls on x86 and x86_64

This is currently how alpha handles this syscall.

This is needed for the gcc spec2k benchmarks to run.
src/arch/x86/linux/syscalls.cc