Sign in
android
/
platform
/
system
/
extras
/
4f5efbf2a8ab085e8e324e19b2b8a16a60ffdad9
/
.
/
mmap-perf
/
unsupported.cpp
blob: 77d633e49a89ea18ac10555ef55d4ade5caf8fd7 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
fprintf
(
stderr
,
"mmap-perf is unsupported for 32-bit architectures\n"
);
return
-
1
;
}