X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Frculfhash-mm-mmap.c;h=4554ed6007f20df68bfac3f2fe74a5a9e39c55fc;hb=ca4537d385628d3568a918409d909d3042ca7a38;hp=b136e1ae0eb73b46d2035cf2bbd9e470f96861d3;hpb=9f778c9a8f1d65f5bfdde7cfd7294492d6fdd34c;p=lttng-tools.git diff --git a/src/common/hashtable/rculfhash-mm-mmap.c b/src/common/hashtable/rculfhash-mm-mmap.c index b136e1ae0..4554ed600 100644 --- a/src/common/hashtable/rculfhash-mm-mmap.c +++ b/src/common/hashtable/rculfhash-mm-mmap.c @@ -24,10 +24,6 @@ #include #include "rculfhash-internal.h" -#ifndef MAP_ANONYMOUS -#define MAP_ANONYMOUS MAP_ANON -#endif - /* reserve inaccessible memory space without allocation any memory */ static void *memory_map(size_t length) {