diff options
author | Gustavo Romero <gusbromero@gmail.com> | 2017-01-23 17:09:01 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-01-25 03:03:30 +0100 |
commit | 56605661d6dadc843d08041e18b608f99b427d58 (patch) | |
tree | 074614e43f3d9ad40420ce79bb923b9719eeabe6 /testing/py-mystrom | |
parent | 37ee75560142d0cbab601adb6f1e1764b27ec8ce (diff) | |
download | aports-56605661d6dadc843d08041e18b608f99b427d58.tar.bz2 aports-56605661d6dadc843d08041e18b608f99b427d58.tar.xz |
main/strace: fix pt_regs collision on ppc64le
strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h>
that, by its turn, defines the pt_regs struct. However the same struct
is also define in <bits/user.h> from musl-dev, creating therefore a
conflict. A simple solution is to add the __ASSEMBLY__ guard so pt_regs
struct from <asm/ptrace.h> is not include twice, avoiding the collision
in question.
Diffstat (limited to 'testing/py-mystrom')
0 files changed, 0 insertions, 0 deletions