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:
commit
7fd0ea9bb1
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <sys/exec_elf.h>
|
#include <elf.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <sys/exec_elf.h>
|
#include <elf.h>
|
||||||
#include <cutils/log.h>
|
#include <cutils/log.h>
|
||||||
|
|
||||||
#if !defined(__BIONIC_HAVE_UCONTEXT_T)
|
#if !defined(__BIONIC_HAVE_UCONTEXT_T)
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "../ptrace-arch.h"
|
#include "../ptrace-arch.h"
|
||||||
|
|
||||||
#include <sys/exec_elf.h>
|
#include <elf.h>
|
||||||
#include <cutils/log.h>
|
#include <cutils/log.h>
|
||||||
|
|
||||||
#ifndef PT_ARM_EXIDX
|
#ifndef PT_ARM_EXIDX
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue