mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
86c2982568
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
16 lines
398 B
Diff
16 lines
398 B
Diff
---
|
|
gdb/nat/aarch64-sve-linux-ptrace.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/gdb/nat/aarch64-sve-linux-ptrace.h
|
|
+++ b/gdb/nat/aarch64-sve-linux-ptrace.h
|
|
@@ -20,7 +20,7 @@
|
|
#ifndef AARCH64_SVE_LINUX_PTRACE_H
|
|
#define AARCH64_SVE_LINUX_PTRACE_H
|
|
|
|
-#include <asm/sigcontext.h>
|
|
+#include <signal.h>
|
|
#include <sys/utsname.h>
|
|
#include <sys/ptrace.h>
|
|
#include <asm/ptrace.h>
|