diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h')
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h index 8c429fdf2e9..14bc75046a5 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h @@ -617,21 +617,13 @@ namespace __sanitizer { // Linux system headers define the 'sa_handler' and 'sa_sigaction' macros. struct __sanitizer_kernel_sigaction_t { -#if SANITIZER_MIPS - unsigned long sa_flags; -#endif union { void (*handler)(int signo); void (*sigaction)(int signo, void *info, void *ctx); }; -#if !SANITIZER_MIPS unsigned long sa_flags; void (*sa_restorer)(void); -#endif __sanitizer_kernel_sigset_t sa_mask; -#if SANITIZER_MIPS - void (*sa_restorer)(void); -#endif }; extern uptr sig_ign; |

