OSDN Git Service

Fix backwards compatible system property structure
authorJoshua J. Drake <android-open-source@qoop.org>
Fri, 13 Dec 2013 19:44:53 +0000 (13:44 -0600)
committerJoshua J. Drake <android-open-source@qoop.org>
Fri, 13 Dec 2013 19:56:39 +0000 (13:56 -0600)
commit063a572e6bc958746031ad5cc4d4f9622c5d6ad3
tree7546689017409cf80b3794722838ceeb7f9d759c
parent8623bf7b4da802ee56618f575e92290499011df9
Fix backwards compatible system property structure

The original structure included four reserved 32-bit values. This
change adds these back into the structure so that the
__system_property_find_compat function will (again) process the system
properties correctly.
libc/bionic/system_properties_compat.c