Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 70c54ee

Browse files
myxoidCarlos Llamas
authored andcommitted
ANDROID: rename KABI reserved field names
This is to match what we will be using with gendwarfksyms. Unfortunately, the change to padding name affects CRCs and ABI. Bug: 400972353 Change-Id: I30bf7ee2aba21eae4bb366cb1750ced821fef5e0 Signed-off-by: Giuliano Procida <gprocida@google.com>
1 parent 58b70f4 commit 70c54ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/android_kabi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
#endif /* __GENKSYMS__ */
7272

73-
#define _ANDROID_KABI_RESERVE(n) u64 android_kabi_reserved##n
73+
#define _ANDROID_KABI_RESERVE(n) u64 __kabi_reserved##n
7474

7575

7676
/*

0 commit comments

Comments
 (0)