3.6 branching and setup.
[dragonfly.git] / contrib / mdocml / test-mmap.c
blob1e0f94229eb119d6504a4a270ccc58956c287750
1 #include <sys/types.h>
2 #include <sys/mman.h>
4 int
5 main(int argc, char **argv)
8 mmap(0, 0, PROT_READ, MAP_SHARED, -1, 0);
9 return 0;