freebsd-dev/contrib/compiler-rt/lib/interception/interception_mac.cc

21 lines
605 B
C++
Raw Normal View History

2012-07-30 10:58:13 +00:00
//===-- interception_mac.cc -------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// 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__
2013-01-18 20:06:45 +00:00
#include "interception.h"
2012-07-30 10:58:13 +00:00
#endif // __APPLE__