xmr: disable huge pages if not defined #19
This commit is contained in:
parent
1e71dc5782
commit
949061d223
@ -30,6 +30,10 @@
|
|||||||
#define MADV_HUGEPAGE 0
|
#define MADV_HUGEPAGE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MADV_HUGEPAGE
|
||||||
|
#define MADV_HUGEPAGE 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PRIu64
|
#ifndef PRIu64
|
||||||
#define PRIu64 "I64u"
|
#define PRIu64 "I64u"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user