mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
356 B
12 lines
356 B
.TH mmap_unmap 3 |
|
.SH NAME |
|
mmap_unmap \- unmap an existing memory mapping |
|
.SH SYNTAX |
|
.B #include <libowfat/mmap.h> |
|
|
|
int \fBmmap_unmap\fP(char* \fImapped\fR,size_t \fImaplen\fR); |
|
.SH DESCRIPTION |
|
mmap_unmap removes a memory mapping established by mmap_read, |
|
mmap_private or mmap_shared. |
|
.SH "SEE ALSO" |
|
munmap(2), mmap_read(3), mmap_private(3), mmap_shared(3)
|
|
|