|
VMS Help CRTL, mprotect, Arguments *Conan The Librarian |
addr
The address of the region that you want to modify.
len
The length, in bytes, of the region that you want to modify.
prot
Access permission, as defined in the <mman.h> header file.
Specify either PROT_NONE, PROT_READ, or PROT_WRITE.
|
|