Use the more portable <elf.h> instead of <sys/exec_elf.h>.
Bug: 12476126 Change-Id: I08684987e867371d5537dadf1acb3408b420ad0c
This commit is contained in:
parent
08a140e6a3
commit
cac5d8c223
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "../ptrace-arch.h"
|
||||
|
||||
#include <sys/exec_elf.h>
|
||||
#include <elf.h>
|
||||
#include <cutils/log.h>
|
||||
|
||||
#ifndef PT_ARM_EXIDX
|
||||
|
|
Loading…
Reference in New Issue