xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/mmap4.c (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
1 /* Just check that MAP_DENYWRITE is "honored" (ignored).
2 #progos: linux
3 */
4 #define MMAP_FLAGS (MAP_PRIVATE|MAP_DENYWRITE)
5 #include "mmap1.c"
6