dtc: fix bootstrapping from 8.2-STABLE
MFC after: 1 week Approved by: theraven
This commit is contained in:
parent
fd7e682719
commit
eaef137cbe
@ -43,6 +43,10 @@
|
||||
#include <sys/mman.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef MAP_PREFAULT_READ
|
||||
#define MAP_PREFAULT_READ 0
|
||||
#endif
|
||||
|
||||
namespace dtc
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user