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

Commit 79fb7be4 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 1899628a: Merge "Switch ARM debuggerd over to <sys/user.h>."

* commit '1899628a':
  Switch ARM debuggerd over to <sys/user.h>.
parents 5ebd8e43 1899628a
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -15,18 +15,15 @@
** limitations under the License.
*/

#include <stddef.h>
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/ptrace.h>

#include <corkscrew/ptrace.h>

#include <linux/user.h>
#include <sys/types.h>
#include <sys/user.h>

#include "../utility.h"
#include "../machine.h"