#include <sys/mman.h>#include <sys/types.h>#include <as.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| void * | mmap (void *start, size_t length, int prot, int flags, int fd, aoff64_t offset) |
| int | munmap (void *start, size_t length) |
Definition in file mman.c.
1.4.7