Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cac5d8c2 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Bug: 12476126
Change-Id: I08684987e867371d5537dadf1acb3408b420ad0c
parent 08a140e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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>


+1 −1
Original line number Original line Diff line number Diff line
@@ -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)
+1 −1
Original line number Original line Diff line number Diff line
@@ -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