]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/interception/interception_type_test.cpp
libsanitizer: merge from master (84a71d5259c2682403cdbd8710592410a2f128ab)
[thirdparty/gcc.git] / libsanitizer / interception / interception_type_test.cpp
index a611604a700cf7f383b3a5f79f3aebc1bafd041b..2a118fb214fffee8ef568f2034fc83d4ea46b8d7 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "interception.h"
 
-#if SANITIZER_LINUX || SANITIZER_MAC
+#if SANITIZER_LINUX || SANITIZER_APPLE
 
 #include <sys/types.h>
 #include <stddef.h>
@@ -24,7 +24,7 @@ COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t));
 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
 
-#if !SANITIZER_MAC
+#if !SANITIZER_APPLE
 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
 #endif