xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/mmap4.c (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
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