Files
Android11/system/extras/mmap-perf/unsupported.cpp
2023-10-13 14:01:41 +00:00

7 lines
126 B
C++

#include <stdio.h>
int main() {
fprintf(stderr, "mmap-perf is unsupported for 32-bit architectures\n");
return -1;
}