Reverting merge from trunk
[official-gcc.git] / libsanitizer / interception / interception_mac.h
blob1b11182da98ae15e4569de9b7c12f3c721f909a0
1 //===-- interception_mac.h --------------------------------------*- 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 //===----------------------------------------------------------------------===//
13 #ifdef __APPLE__
15 #if !defined(INCLUDED_FROM_INTERCEPTION_LIB)
16 # error "interception_mac.h should be included from interception.h only"
17 #endif
19 #ifndef INTERCEPTION_MAC_H
20 #define INTERCEPTION_MAC_H
22 #define INTERCEPT_FUNCTION_MAC(func)
24 #endif // INTERCEPTION_MAC_H
25 #endif // __APPLE__