blob: 0564c79a6db20fa1cdd98b06fc6e7c1b5aa122fd [file] [log] [blame]
/* Check that mmapping 0 using MAP_FIXED works, both with/without
there being previously mmapped contents.
#notarget: cris*-*-elf
*/
#define MMAP_FLAGS1 MAP_PRIVATE | MAP_ANONYMOUS | MAP_FIXED
#define NO_MUNMAP
#define MMAP_SIZE2 8192
#define MMAP_TEST_BAD (a != b || a != 0)
#include "mmap5.c"