am b342abb6: Merge "gralloc: make private_handle_t layout consistent on 32/64-bit"

* commit 'b342abb6902a698963bb9d2108000da895845985':
  gralloc: make private_handle_t layout consistent on 32/64-bit
This commit is contained in:
Greg Hackmann
2014-03-06 20:04:54 +00:00
committed by Android Git Automerger

View File

@@ -75,7 +75,7 @@ struct private_handle_t {
int offset;
// FIXME: the attributes below should be out-of-line
uintptr_t base;
uint64_t base __attribute__((aligned(8)));
int pid;
#ifdef __cplusplus