daily update
[external/binutils.git] / sim / testsuite / sim / cris / c / mmap4.c
1 /* Just check that MAP_DENYWRITE is "honored" (ignored).
2 #notarget: cris*-*-elf
3 */
4 #define MMAP_FLAGS (MAP_PRIVATE|MAP_DENYWRITE)
5 #include "mmap1.c"