am 38bccb27: linker.h: don\'t change the soinfo structure

* commit '38bccb271f121fc06eaa0d8fbd3c982bc44c36b7':
  linker.h: don't change the soinfo structure
This commit is contained in:
Nick Kralevich 2011-08-29 16:33:46 -07:00 committed by Android Git Automerger
commit 3b242f82b5

View File

@ -95,6 +95,8 @@ struct soinfo
unsigned base;
unsigned size;
int unused; // DO NOT USE, maintained for compatibility.
unsigned *dynamic;
unsigned wrprotect_start;