aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-01-02 16:32:35 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-01-12 22:38:50 +0100
commitbc89690f6e2c80e100b4dbfbabc7c7adb8218d74 (patch)
tree4063ff38ca2745cdd18a08a2a9f9af9f0156e7a5 /include
parent6be064c788f5c2edc49c24c9e9c2b48d63a8811c (diff)
downloadupstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.tar.gz
upstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.tar.bz2
upstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.zip
gdb: The signal definitions of musl and gdb collide
This fixes compilation of gdb on arm64. The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc defines it in signal.h, which collides. Kernel 4.14 misses the definitions of struct user_sve_header so we still have to use the aarch64-sve-linux-sigcontext.h header file which also provides that and make sure aarch64-sve-linux-sigcontext.h does not provide the same headers as the kernel or musl. Fixes: FS#2040 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions