mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
kernel-libc-headers: fix redefinition of sigcontext from libc on aarch64
source: https://git.alpinelinux.org/cgit/aports/commit/?id=f3c86ef81958f9bdbcda0f34559ff77d64f87b95 [ci skip]
This commit is contained in:
parent
9b29b7bed2
commit
6417310d00
3 changed files with 30 additions and 2 deletions
|
@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.29
|
version=0.29
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
short_desc="Cross toolchain for ARM64 LE target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
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
|
||||||
|
--- arch/arm64/include/uapi/asm/ptrace.h
|
||||||
|
+++ 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.
|
||||||
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kernel-libc-headers'
|
# Template file for 'kernel-libc-headers'
|
||||||
pkgname=kernel-libc-headers
|
pkgname=kernel-libc-headers
|
||||||
version=4.19.0
|
version=4.19.0
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue