Use __NR_rt_sigaction instead of __NR_sigaction
__NR_sigaction is not defined on arm64/x64/etc (or rather, it's defined
in unistd-32.h instead of unistd.h).
BUG=473973
Issue 10724002: Use __NR_rt_sigaction instead of __NR_sigaction
Created 9 years, 7 months ago by cjhopman
Modified 9 years, 7 months ago
Reviewers: Mark Mentovai
Base URL: https://chromium.googlesource.com/external/google-breakpad/src.git@master
Comments: 0