7 lines
148 B
Bash
Executable File
7 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"
|