//===-- sanitizer_bsdsunix.h -------------------------------------*- 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 Sanitizer runtime. It contains BSDSUniX-specific // definitions. // //===----------------------------------------------------------------------===// #ifndef SANITIZER_BSDSUNIX_H #define SANITIZER_BSDSUNIX_H #include "sanitizer_internal_defs.h" #if SANITIZER_BSDSUNIX && (SANITIZER_WORDSIZE == 32) # include #endif // SANITIZER_BSDSUNIX && (SANITIZER_WORDSIZE == 32) #endif // SANITIZER_BSDSUNIX_H