Sign in
android
/
platform
/
system
/
extras
/
78d5501d6455926d30ee841a763586c8f60667c6
/
.
/
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
;
}