aarch64: Fix sys/ptrace.h if linux headers are included
commitfb1905eed8535d9ea4518df82b823544de37f7d8
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Feb 2021 13:10:03 +0000 (15 13:10 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Feb 2021 13:42:01 +0000 (15 13:42 +0000)
tree0ed228e6846e0ca6f378f1f08d991616919f6a12
parentebcf45a16ca981c8515f88db94e757cfc6fe4b35
aarch64: Fix sys/ptrace.h if linux headers are included

If the linux asm/ptrace.h is included before sys/ptrace.h that
breaks the newly added declarations there, so undef the names
that may be defined as macros in the linux header.
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h