diff options
Diffstat (limited to 'system/gdb/arm64.patch')
-rw-r--r-- | system/gdb/arm64.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/system/gdb/arm64.patch b/system/gdb/arm64.patch index a718a8c6a..c8c9c29cb 100644 --- a/system/gdb/arm64.patch +++ b/system/gdb/arm64.patch @@ -9,12 +9,8 @@ provide the same headers as the kernel or musl. --- a/gdb/nat/aarch64-sve-linux-ptrace.h +++ b/gdb/nat/aarch64-sve-linux-ptrace.h -@@ -20,12 +20,12 @@ - #ifndef AARCH64_SVE_LINUX_PTRACE_H - #define AARCH64_SVE_LINUX_PTRACE_H - --#include <asm/sigcontext.h> -+#include <signal.h> +@@ -23,9 +23,9 @@ + #include <signal.h> #include <sys/utsname.h> #include <sys/ptrace.h> #include <asm/ptrace.h> |