aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-headers/fix-aarch64-asm-ptrace.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-12-03 15:18:24 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-26 09:11:49 +0000
commitb0de7d61ddb7a3a48d97277449e888c69dcc478c (patch)
treebc564ec0f604c505c897b59744af7aad948ee6a9 /main/linux-headers/fix-aarch64-asm-ptrace.patch
parent600312915697366019adae0720f04685d90dec3c (diff)
downloadaports-b0de7d61ddb7a3a48d97277449e888c69dcc478c.tar.bz2
aports-b0de7d61ddb7a3a48d97277449e888c69dcc478c.tar.xz
main/linux-headers: upgrade to 5.4.5
add rsync to makedepends remove obsolete fix-aarch64-asm-ptrace.patch
Diffstat (limited to 'main/linux-headers/fix-aarch64-asm-ptrace.patch')
-rw-r--r--main/linux-headers/fix-aarch64-asm-ptrace.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/main/linux-headers/fix-aarch64-asm-ptrace.patch b/main/linux-headers/fix-aarch64-asm-ptrace.patch
deleted file mode 100644
index 516ec209fd..0000000000
--- a/main/linux-headers/fix-aarch64-asm-ptrace.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Work around redefinition of sigcontext in libc headers
-
-Introduced with:
-https://github.com/torvalds/linux/commit/43d4da2c45b2f5d62f8a79ff7c6f95089bb24656
-
-diff --git a/arch/arm64/include/uapi/asm/ptrace.h b/arch/arm64/include/uapi/asm/ptrace.h
-index 98c4ce5..c44efed 100644
---- a/arch/arm64/include/uapi/asm/ptrace.h
-+++ b/arch/arm64/include/uapi/asm/ptrace.h
-@@ -23,8 +23,6 @@
- #include <linux/types.h>
-
- #include <asm/hwcap.h>
--#include <asm/sigcontext.h>
--
-
- /*
- * PSR bits
-@@ -64,8 +62,6 @@
-
- #ifndef __ASSEMBLY__
-
--#include <linux/prctl.h>
--
- /*
- * User structures for general purpose, floating point and debug registers.
- */