]> git.ipfire.org Git - thirdparty/elfutils.git/commit
backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.
authorMark Wielaard <mark@klomp.org>
Mon, 17 Jul 2017 15:26:25 +0000 (17:26 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 17 Jul 2017 15:27:01 +0000 (17:27 +0200)
commit1dd301b7c302b9df980946e2d04ca99748754991
tree4373953bb95cb27604b8166a1632a5a5e70b56f0
parentd03be4f70c688a8c675935973663014c3c4bba76
backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.

glibc 2.26 changed the sys/ptrace.h header so that it cannot be included
after asm/ptrace.h. We still need to include the kernel asm/ptrace.h for
the ptrace_area definition. Including it after sys/ptrace.h works against
both old and new glibc.

Signed-off-by: Mark Wielaard <mark@klomp.org>
backends/ChangeLog
backends/s390_initreg.c