1238901Sandrew//===-- interception_mac.cc -------------------------------------*- C++ -*-===//
2238901Sandrew//
3238901Sandrew//                     The LLVM Compiler Infrastructure
4238901Sandrew//
5238901Sandrew// This file is distributed under the University of Illinois Open Source
6238901Sandrew// License. See LICENSE.TXT for details.
7238901Sandrew//
8238901Sandrew//===----------------------------------------------------------------------===//
9238901Sandrew//
10238901Sandrew// This file is a part of AddressSanitizer, an address sanity checker.
11238901Sandrew//
12238901Sandrew// Mac-specific interception methods.
13238901Sandrew//===----------------------------------------------------------------------===//
14238901Sandrew
15238901Sandrew#ifdef __APPLE__
16238901Sandrew
17245614Sandrew#include "interception.h"
18238901Sandrew
19238901Sandrew
20238901Sandrew#endif  // __APPLE__
21