xref: /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/interception_mac.cc (revision c0a68be459da21030695f60d10265c2fc49758f8)
1 //===-- interception_mac.cc -------------------------------------*- C++ -*-===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 //
8 // This file is a part of AddressSanitizer, an address sanity checker.
9 //
10 // Mac-specific interception methods.
11 //===----------------------------------------------------------------------===//
12 
13 #include "interception.h"
14 
15 #if SANITIZER_MAC
16 
17 #endif  // SANITIZER_MAC
18