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