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 (cherry picked from commit 40549e69)
Loading
Please sign in to comment