6 lines
148 B
Bash
Executable file
6 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check mmap/mprotect/munmap syscalls decoding.
|
|
# Target executable was compiled with -D_FILE_OFFSET_BITS=64.
|
|
|
|
. "${srcdir=.}/mmap.test"
|