Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f983fdec authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix function return type" into sc-dev

parents dcb5ed78 33d192d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }