summaryrefslogtreecommitdiff
path: root/mmap-perf/unsupported.cpp
blob: 77d633e49a89ea18ac10555ef55d4ade5caf8fd7 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
    fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
    return -1;
}