Commit 6cf8f05f authored by Sergey Vojtovich's avatar Sergey Vojtovich

Fixed centos 6 build failure

parent 97506bf7
...@@ -982,6 +982,7 @@ extern ulonglong my_getcputime(void); ...@@ -982,6 +982,7 @@ extern ulonglong my_getcputime(void);
/* Compatibility with pre linux 3.8 distributions */ /* Compatibility with pre linux 3.8 distributions */
#ifdef __linux__ #ifdef __linux__
#define MAP_HUGE_SHIFT 26 #define MAP_HUGE_SHIFT 26
#define MAP_HUGETLB 0x40000
#endif #endif
#ifdef HAVE_MMAP64 #ifdef HAVE_MMAP64
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment