Improve the process for GNU tools
[minix3.git] / external / bsd / mdocml / dist / test-mmap.c
blob7fb2f9737936bcfe4cce896bfd576dd338b911c8
1 #include <sys/types.h>
2 #include <sys/mman.h>
4 int
5 main(void)
7 return(MAP_FAILED != mmap(NULL, 1, PROT_READ, MAP_SHARED, -1, 0));