1 //===-- interception_mac.h --------------------------------------*- C++ -*-===//
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
6 //===----------------------------------------------------------------------===//
8 // This file is a part of AddressSanitizer, an address sanity checker.
10 // Mac-specific interception methods.
11 //===----------------------------------------------------------------------===//
15 #if !defined(INCLUDED_FROM_INTERCEPTION_LIB)
16 # error "interception_mac.h should be included from interception.h only"
19 #ifndef INTERCEPTION_MAC_H
20 #define INTERCEPTION_MAC_H
22 #define INTERCEPT_FUNCTION_MAC(func)
23 #define INTERCEPT_FUNCTION_VER_MAC(func, symver)
25 #endif // INTERCEPTION_MAC_H