Fix function return type am: a4ecb890df

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1730079

Change-Id: Ie420a149fa0be8eb476b03f2018c75d636a9ea64
This commit is contained in:
Greg Kaiser
2021-06-09 02:47:27 +00:00
committed by Automerger Merge Worker

View File

@@ -123,7 +123,7 @@ static int getAnonPageAdvice(const Vma& vma) {
}
return -1;
}
static bool getAnyPageAdvice(const Vma& vma) {
static int getAnyPageAdvice(const Vma& vma) {
if (vma.inode == 0 && !vma.is_shared) {
return MADV_PAGEOUT;
}