ANDROID: af_unix: Provide ABI fixes for recently introduced 'struct...
ANDROID: af_unix: Provide ABI fixes for recently introduced 'struct scm_fp_list' attribute 'inflight'
Adding new attributes to the ABI protected 'struct scm_fp_list' changes
the offsets of the fields already present in the structure which could
cause issues if modules already have a copy and are unaware of the
changes. Let's add it to the end of the structure, under the protection
of __GENKSYMS__ as is SOP.
Bug: 404256079
Signed-off-by:
Lee Jones <joneslee@google.com>
Change-Id: I776f47b1268a44bfd3d890797d5031af145f2782
Loading
-
mentioned in commit 8f035226
-
mentioned in commit 7005db1b
-
mentioned in commit 8bc911d7
-
mentioned in commit 3e6138e6
-
mentioned in commit 7fac8ed8
-
mentioned in commit 7110d194
-
mentioned in commit 83020a33
-
mentioned in commit e289edf6
-
mentioned in commit 03c8c134
-
mentioned in commit 6f472fc9
-
mentioned in commit 207846a0
Please sign in to comment