Browse Source

Fixed centos 6 build failure

pull/1502/head
Sergey Vojtovich 6 years ago
parent
commit
6cf8f05fd9
  1. 1
      include/my_sys.h

1
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

Loading…
Cancel
Save