diff options
| author | 2021-03-25 18:36:08 +0000 | |
|---|---|---|
| committer | 2021-03-25 18:36:08 +0000 | |
| commit | e744802b8b4cd6d793facb905ef0f12c58b1cafb (patch) | |
| tree | fef27045f7bb2fe6e47000f7625a6a4d85b32b40 /libs | |
| parent | 4e83ba78f1548a4ddd27797333d3d484bd798e76 (diff) | |
| parent | 334233b06a519e39a41f4569d3916d5d32b3bfae (diff) | |
Merge "libbinder: re-mark debug function as extern "C""
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/Debug.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/binder/Debug.h b/libs/binder/Debug.h index 68d811bb48..7ca087e7d2 100644 --- a/libs/binder/Debug.h +++ b/libs/binder/Debug.h @@ -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 |