Home | History | Annotate | Line # | Download | only in c
      1 /* Check that mmapping specifying a previously mmapped address without
      2    MAP_FIXED works; that we just don't get the same address.
      3 #progos: linux
      4 */
      5 #define NO_MUNMAP
      6 #define MMAP_FLAGS2 MAP_PRIVATE
      7 #define MMAP_TEST_BAD (a == b || MMAP_TEST_BAD_ORIG)
      8 #include "mmap5.c"
      9