opnsense-src/contrib/compiler-rt/lib/interception/interception_mac.cc

21 lines
605 B
C++
Raw Normal View History

2012-07-30 06:58:13 -04: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 15:06:45 -05:00
#include "interception.h"
2012-07-30 06:58:13 -04:00
#endif // __APPLE__