1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-08 22:07:56 +00:00

xmr: disable huge pages if not defined #19

This commit is contained in:
Tanguy Pruvot 2017-08-27 19:17:42 +02:00
parent 1e71dc5782
commit 949061d223

View File

@ -30,6 +30,10 @@
#define MADV_HUGEPAGE 0
#endif
#ifndef MADV_HUGEPAGE
#define MADV_HUGEPAGE 0
#endif
#ifndef PRIu64
#define PRIu64 "I64u"
#endif