Updated file name in mmap.hpp

This commit is contained in:
2020-08-01 16:11:01 -05:00
parent fbc8c2ff5c
commit f8a4b0b1e4

View File

@@ -1,7 +1,7 @@
#ifndef MMAP_H
#define MMAP_H
#include "memoryallocator.hpp"
#include "pageallocator.hpp"
#define MMAP_RW 0x01
#define MMAP_EXEC 0x02