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

Commit e744802b authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: re-mark debug function as extern "C""

parents 4e83ba78 334233b0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,7 @@ void printHexData(int32_t indent, const void *buf, size_t length,
    size_t alignment=0, bool cArrayStyle=false,
    debugPrintFunc func = nullptr, void* cookie = nullptr);


ssize_t getBinderKernelReferences(size_t count, uintptr_t* buf);
extern "C" ssize_t getBinderKernelReferences(size_t count, uintptr_t* buf);

// ---------------------------------------------------------------------------
} // namespace android