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

Go to the source code of this file.

Functions

void * munmap (void *address, uint64_t length)
 System call to unmap mapped memory.