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

Commit 99775d87 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 08a140e6 cac5d8c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

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

#include "../ptrace-arch.h"

#include <sys/exec_elf.h>
#include <elf.h>
#include <cutils/log.h>

#ifndef PT_ARM_EXIDX