Change android_dlextinfo flags to uint64_t

Change-Id: Id27e8f8e58dbcf6ae79644f2ad3af3dd0aef9ae7
This commit is contained in:
Dmitriy Ivanov
2014-07-08 11:21:56 -07:00
parent 7244a8610a
commit 3a8646fc5d
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ enum {
};
typedef struct {
int flags;
uint64_t flags;
void* reserved_addr;
size_t reserved_size;
int relro_fd;