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

Commit f10bbe59 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "binder: add compat symbol" into cm-11.0

parents 1d98c0fb 24c241fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -362,6 +362,10 @@ status_t IPCThreadState::clearLastError()
    return err;
}

extern "C" int _ZN7android14IPCThreadState13getCallingPidEv(IPCThreadState *state) {
    return state->getCallingPid();
}

int IPCThreadState::getCallingPid() const
{
    return mCallingPid;