OSDN Git Service

Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 17 Jun 2003 23:14:06 +0000 (23:14 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 17 Jun 2003 23:14:06 +0000 (23:14 +0000)
commit4399a4982ab8003a6009583b73a2aa38dedb6420
tree33284db4e9733d3d8f43aa52b19b1760bd240d5b
parentc0feeb5a0f7a8b14427dfb752ce8a4d8a42ebbca
Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
(We're already talking about autoconf'ing this, so I'm assuming this hack
will be short-lived...I just don't want it to get lost in my working files.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6761 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp