Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ munmap(2) — SunOS 0.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mincore(2)

mremap(2)

munmap(2)

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026