am 323287ea
: Merge "Fix valgrind build."
# Via Elliott Hughes (1) and Gerrit Code Review (1) * commit '323287ea7fb1d22f64b49d701b33cef9fbaf757d': Fix valgrind build.
This commit is contained in:
commit
7bc49fcfc0
@ -700,6 +700,8 @@ typedef struct {
|
||||
Elf64_Xword a_v; /* 64-bit id */
|
||||
} Aux64Info;
|
||||
|
||||
/* BEGIN android-changed: these constants should come from <linux/auxvec.h>. */
|
||||
#if 0
|
||||
/* a_type */
|
||||
#define AT_NULL 0 /* Marks end of array */
|
||||
#define AT_IGNORE 1 /* No meaning, a_un is undefined */
|
||||
@ -740,6 +742,8 @@ typedef struct {
|
||||
#define AT_SUN_EMUL_EXECFD 2013 /* coff file descriptor */
|
||||
/* Executable's fully resolved name */
|
||||
#define AT_SUN_EXECNAME 2014
|
||||
#endif
|
||||
/* END android-changed */
|
||||
|
||||
/*
|
||||
* Note Headers
|
||||
|
Loading…
Reference in New Issue
Block a user