Kernel: Implement MAP_PRIVATE file mappings
mmap() now supports mapping files with MAP_PRIVATE.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Kernel
|
||||
BAN_NON_MOVABLE(MemoryRegion);
|
||||
|
||||
public:
|
||||
enum Type : uint8_t
|
||||
enum class Type : uint8_t
|
||||
{
|
||||
PRIVATE,
|
||||
SHARED
|
||||
|
||||
Reference in New Issue
Block a user