LLVM API Documentation
00001 //===- Darwin/MappedFile.cpp - Darwin MappedFile Implementation -*- C++ -*-===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file was developed by Reid Spencer and is distributed under the 00006 // University of Illinois Open Source License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 // 00010 // This file provides the Darwin specific implementation of the MappedFile 00011 // concept. 00012 // 00013 //===----------------------------------------------------------------------===// 00014 00015 // Include the generic unix implementation 00016 #include <sys/stat.h> 00017 #include "../Unix/MappedFile.cpp" 00018 00019 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab