repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- Bytestring updates
[git-darcs-import.git]
/
src
/
win32
/
sys
/
mman.h
blob
3241466124b96e7f9186834e2694bd3152a4f1e7
1
2
#include <sys/types.h>
3
4
void
*
mmap
(
void
*
start
,
size_t
length
,
int
prot
,
int
flags
,
int
fd
,
off_t offset
);
5
int
munmap
(
void
*
start
,
size_t
length
);
6
7