diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-08 15:31:57 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-04-08 15:31:57 +0400 |
commit | 6cf8f05fd9deb900a78898576b85753e09feddaa (patch) | |
tree | 1d0f3596141b92496ec6f772efc32b8bdae3a88e /include/my_sys.h | |
parent | 97506bf7c3fc628b19e25fe3c65d0c3edca3f67a (diff) | |
download | mariadb-git-6cf8f05fd9deb900a78898576b85753e09feddaa.tar.gz |
Fixed centos 6 build failure
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 597fabd5003..639429e9c26 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -982,6 +982,7 @@ extern ulonglong my_getcputime(void); /* Compatibility with pre linux 3.8 distributions */ #ifdef __linux__ #define MAP_HUGE_SHIFT 26 +#define MAP_HUGETLB 0x40000 #endif #ifdef HAVE_MMAP64 |