Fix valgrind build.

Change-Id: Ie375d32565d10f4c0c56da5422f52b68cb069654
This commit is contained in:
Elliott Hughes
2013-01-29 17:49:12 -08:00
parent f67219783f
commit 6fe67c3cf2

View File

@@ -700,6 +700,8 @@ typedef struct {
Elf64_Xword a_v; /* 64-bit id */ Elf64_Xword a_v; /* 64-bit id */
} Aux64Info; } Aux64Info;
/* BEGIN android-changed: these constants should come from <linux/auxvec.h>. */
#if 0
/* a_type */ /* a_type */
#define AT_NULL 0 /* Marks end of array */ #define AT_NULL 0 /* Marks end of array */
#define AT_IGNORE 1 /* No meaning, a_un is undefined */ #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 */ #define AT_SUN_EMUL_EXECFD 2013 /* coff file descriptor */
/* Executable's fully resolved name */ /* Executable's fully resolved name */
#define AT_SUN_EXECNAME 2014 #define AT_SUN_EXECNAME 2014
#endif
/* END android-changed */
/* /*
* Note Headers * Note Headers