1 /* Check that mmapping 0 using MAP_FIXED works, both with/without
2    there being previously mmapped contents.
3 #notarget: cris*-*-elf
4 */
5 #define MMAP_FLAGS1 MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED
6 #define NO_MUNMAP
7 #define MMAP_SIZE2 8192
8 #define MMAP_TEST_BAD (a != b || a != 0)
9 #include "mmap5.c"
10