From ff641b94674eae2f1a20cebf8a59bfe0f71802c4 Mon Sep 17 00:00:00 2001 From: Alex Shlyapnikov Date: Thu, 6 Jul 2017 00:50:57 +0000 Subject: [Sanitizers] Consolidate internal errno definitions. Move internal errno definitions to common to be shared by all sanitizers and to be used by allocators. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@307233 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/sanitizer_common/sanitizer_platform_limits_posix.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sanitizer_common/sanitizer_platform_limits_posix.h') diff --git a/lib/sanitizer_common/sanitizer_platform_limits_posix.h b/lib/sanitizer_common/sanitizer_platform_limits_posix.h index 24ffcd7d9..63dcd2a6d 100644 --- a/lib/sanitizer_common/sanitizer_platform_limits_posix.h +++ b/lib/sanitizer_common/sanitizer_platform_limits_posix.h @@ -1464,9 +1464,6 @@ struct __sanitizer_cookie_io_functions_t { extern unsigned IOCTL_PIO_SCRNMAP; #endif - extern const int errno_EINVAL; - extern const int errno_EOWNERDEAD; - extern const int si_SEGV_MAPERR; extern const int si_SEGV_ACCERR; } // namespace __sanitizer -- cgit v1.2.3