diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2016-06-14 12:39:22 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2016-06-14 12:39:22 +0000 |
| commit | be7aa544f00eefb08ed442d6f967203c1369f95a (patch) | |
| tree | b971271e95f6fd346fd836f50f5d55f12259f54e /compiler-rt/lib/sanitizer_common/sanitizer_linux.h | |
| parent | 223676d2ccc94fecb68cc0c00c02a6ee9d7aec9d (diff) | |
| download | bcm5719-llvm-be7aa544f00eefb08ed442d6f967203c1369f95a.tar.gz bcm5719-llvm-be7aa544f00eefb08ed442d6f967203c1369f95a.zip | |
Revert r272591, http://lab.llvm.org:8011/builders/clang-x64-ninja-win7 has been broken since this landed.
llvm-svn: 272659
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_linux.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_linux.h b/compiler-rt/lib/sanitizer_common/sanitizer_linux.h index 526fa4426e3..beb43568ad0 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_linux.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_linux.h @@ -42,10 +42,6 @@ uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5); // (like the process-wide error reporting SEGV handler) must use // internal_sigaction instead. int internal_sigaction_norestorer(int signum, const void *act, void *oldact); -#if defined(__x86_64__) && !SANITIZER_GO -// Uses a raw system call to avoid interceptors. -int internal_sigaction_syscall(int signum, const void *act, void *oldact); -#endif void internal_sigdelset(__sanitizer_sigset_t *set, int signum); #if defined(__x86_64__) || defined(__mips__) || defined(__aarch64__) \ || defined(__powerpc64__) || defined(__s390__) |

