PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
mprotect.c File Reference
#include <stdio.h>
#include <sys/io.h>
#include "user/common/syscalls.h"
Include dependency graph for mprotect.c:

Go to the source code of this file.

Functions

void * mprotect (void *address, uint64_t length, prot_t prot)
 System call to change the protection flags of memory.