forked from OSchip/llvm-project
Define compatibility flag if not defined with -std=c++
llvm-svn: 276708
This commit is contained in:
parent
39e039c606
commit
c5307c6993
|
@ -34,6 +34,9 @@
|
|||
#else
|
||||
#include <sys/mman.h>
|
||||
#include <sys/file.h>
|
||||
#ifndef MAP_FILE
|
||||
#define MAP_FILE 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) && defined(__i386__)
|
||||
|
|
Loading…
Reference in New Issue