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
Loading
-
mentioned in commit faaf7406
-
mentioned in commit d597b3f4
-
mentioned in commit 0dd86a9e
-
mentioned in commit 564c9e2b
-
mentioned in commit 4d49cd3c
-
mentioned in commit 821eebb8
-
mentioned in commit e89a7c54
-
mentioned in commit 1905ae73
-
mentioned in commit 57a36a2c
-
mentioned in commit 2b3f35b1
-
mentioned in commit f7f5f529
Please sign in to comment