aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/lldb/musl-include-ptrace.aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/lldb/musl-include-ptrace.aarch64.patch')
-rw-r--r--unmaintained/lldb/musl-include-ptrace.aarch64.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/unmaintained/lldb/musl-include-ptrace.aarch64.patch b/unmaintained/lldb/musl-include-ptrace.aarch64.patch
deleted file mode 100644
index f6ec2cc34b..0000000000
--- a/unmaintained/lldb/musl-include-ptrace.aarch64.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From: Jakub Jirutka <jakub@jirutka.cz>
-Date: Mon, 29 Aug 2016 00:18:00 +0200
-Subject: [PATCH] Fix compile error on aarch64
-
-NativeRegisterContextLinux_arm64 uses user_pt_regs and user_fpsimd_state
-which are defined in asm/ptrace.h.
-
---- a/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
-+++ b/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
-@@ -29,6 +29,7 @@
-
- // System includes - They have to be included after framework includes because they define some
- // macros which collide with variable names in other modules
-+#include <asm/ptrace.h>
- #include <sys/socket.h>
- // NT_PRSTATUS and NT_FPREGSET definition
- #include <elf.h>