OSDN Git Service

Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPP
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:17:23 +0000 (20:17 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 20:17:23 +0000 (20:17 +0000)
commit593505d39e06e62a2b7583edc5f823b5455579ce
treeae024a8dfc77452c6604a5267a4fe4cdde0b272d
parentf1086ea04dff2ca01b601cc3e9c93bb8bad41882
Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPP
to check for the former, don't depend on (dangling) HAVE_MMAP_ANONYMOUS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282925 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Config/config.h.cmake
lib/Support/Unix/Memory.inc