From 6fe67c3cf26cc695881d7cb8a9aa971e4dab1f59 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 29 Jan 2013 17:49:12 -0800 Subject: [PATCH] Fix valgrind build. Change-Id: Ie375d32565d10f4c0c56da5422f52b68cb069654 --- libc/include/sys/exec_elf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libc/include/sys/exec_elf.h b/libc/include/sys/exec_elf.h index 1cc64a4b2..6d445bfd0 100644 --- a/libc/include/sys/exec_elf.h +++ b/libc/include/sys/exec_elf.h @@ -700,6 +700,8 @@ typedef struct { Elf64_Xword a_v; /* 64-bit id */ } Aux64Info; +/* BEGIN android-changed: these constants should come from . */ +#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