aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libsanitizer/interception/interception_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/libsanitizer/interception/interception_mac.cc')
-rw-r--r--gcc-4.8/libsanitizer/interception/interception_mac.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc-4.8/libsanitizer/interception/interception_mac.cc b/gcc-4.8/libsanitizer/interception/interception_mac.cc
new file mode 100644
index 000000000..801dcba3d
--- /dev/null
+++ b/gcc-4.8/libsanitizer/interception/interception_mac.cc
@@ -0,0 +1,18 @@
+//===-- interception_mac.cc -------------------------------------*- C++ -*-===//
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of AddressSanitizer, an address sanity checker.
+//
+// Mac-specific interception methods.
+//===----------------------------------------------------------------------===//
+
+#ifdef __APPLE__
+
+#include "interception.h"
+
+
+#endif // __APPLE__