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

This commit is contained in:
Elliott Hughes 2014-01-10 22:54:45 +00:00 committed by Gerrit Code Review
commit 99775d8751
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