Merge "Fix backwards compatible system property structure"
This commit is contained in:
commit
5e26221a1d
|
@ -48,6 +48,7 @@ struct prop_area_compat {
|
|||
unsigned volatile serial;
|
||||
unsigned magic;
|
||||
unsigned version;
|
||||
unsigned reserved[4];
|
||||
unsigned toc[1];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue