The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

munlock - unlock a range of process address space

 SYNOPSIS



#include <sys/mman.h>

int munlock(const void * addr, size_t len);

 DESCRIPTION

Refer to mlock().

DERIVATION

Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]