commit | 5e26221a1da6bc0f11819078e74f1f6e0b76f642 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Fri Dec 20 21:54:38 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 20 21:54:38 2013 +0000 |
tree | 3074537821dfcecc6f4039ba462019a52829175d | |
parent | 21955e5453de0b82c1ab25a3bb7314c249d73269 [diff] | |
parent | 063a572e6bc958746031ad5cc4d4f9622c5d6ad3 [diff] |
Merge "Fix backwards compatible system property structure"
diff --git a/libc/bionic/system_properties_compat.c b/libc/bionic/system_properties_compat.c index 6dbc4cc..0326f05 100644 --- a/libc/bionic/system_properties_compat.c +++ b/libc/bionic/system_properties_compat.c
@@ -48,6 +48,7 @@ unsigned volatile serial; unsigned magic; unsigned version; + unsigned reserved[4]; unsigned toc[1]; };