MUNMAP(2) — System Interface Manual — System Calls
NAME
munmap − unmap pages of memory
SYNOPSIS
#include <mman.h>
munmap(addr, len)
caddr_t addr; int len;
DESCRIPTION
This 4.3 call is not implemented in 4.2.
Munmap causes the pages starting at addr and continuing for len bytes to refer to private pages which will be initialized to zero on reference.
RETURN VALUE
???
ERRORS
???
SEE ALSO
mincore(2) mremap(2), munmap(2)
Sun System Release 0.3 — 25 April 1983