am c555476e: am 1972955e: am 99775d87: Merge "Use the more portable <elf.h> instead of <sys/exec_elf.h>."

* commit 'c555476e4a9947b1ce2e5c4668d68d422166bdfa':
  Use the more portable <elf.h> instead of <sys/exec_elf.h>.
This commit is contained in:
Elliott Hughes 2014-01-10 23:03:11 +00:00 committed by Android Git Automerger
commit 7fd0ea9bb1
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