Re: [PATCH v3 2/2] arm64/sve: should not depend on

2019-06-18 Thread Will Deacon
On Mon, Jun 17, 2019 at 03:22:22PM +0200, Anisse Astier wrote: > Otherwise this will create userspace build issues for any program > (strace, qemu) that includes both (with musl libc) and > (which then includes ), like this: > > error: redefinition of 'struct prctl_mm_map' >struct

[PATCH v3 2/2] arm64/sve: should not depend on

2019-06-17 Thread Anisse Astier
Otherwise this will create userspace build issues for any program (strace, qemu) that includes both (with musl libc) and (which then includes ), like this: error: redefinition of 'struct prctl_mm_map' struct prctl_mm_map { See