Use the more portable <elf.h> instead of <sys/exec_elf.h>.

Bug: 12476126
Change-Id: I08684987e867371d5537dadf1acb3408b420ad0c
This commit is contained in:
Elliott Hughes 2014-01-10 14:40:53 -08:00
parent 08a140e6a3
commit cac5d8c223
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <sys/exec_elf.h>
#include <elf.h>
#include <sys/stat.h>
#include <sys/poll.h>

View File

@ -59,7 +59,7 @@
#include <limits.h>
#include <errno.h>
#include <sys/ptrace.h>
#include <sys/exec_elf.h>
#include <elf.h>
#include <cutils/log.h>
#if !defined(__BIONIC_HAVE_UCONTEXT_T)

View File

@ -19,7 +19,7 @@
#include "../ptrace-arch.h"
#include <sys/exec_elf.h>
#include <elf.h>
#include <cutils/log.h>
#ifndef PT_ARM_EXIDX