1 #!/bin/sh 2 3 # Check mmap/mprotect/munmap syscalls decoding. 4 # Target executable was compiled with -D_FILE_OFFSET_BITS=64. 5 6 . "${srcdir=.}/mmap.test" 7