Merge "gralloc: make private_handle_t layout consistent on 32/64-bit"
This commit is contained in:
commit
b342abb690
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue