ANDROID: af_unix: Provide ABI fixes for recently introduced 'struct...
ANDROID: af_unix: Provide ABI fixes for recently introduced 'struct scm_fp_list' attribute 'vertices' 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: Ic7626478abc3842e603fdf5cdfdf006858377075 (cherry picked from commit c93b3ba5)
Loading
Please sign in to comment