Merge "Fix backwards compatible system property structure"

This commit is contained in:
Greg Hackmann 2013-12-20 21:54:38 +00:00 committed by Gerrit Code Review
commit 5e26221a1d
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ struct prop_area_compat {
unsigned volatile serial;
unsigned magic;
unsigned version;
unsigned reserved[4];
unsigned toc[1];
};