[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] ppc: Include asm/ptrace.h for pt_regs struct definition
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2] ppc: Include asm/ptrace.h for pt_regs struct definition |
Date: |
Mon, 14 Mar 2022 18:06:40 +0000 |
On Mon, 14 Mar 2022 at 17:59, Daniel Henrique Barboza
<danielhb413@gmail.com> wrote:
> I am intrigued about why we didn't hit this before, especially considering
> that ppc64 header is just a
> pointer to this file.
It's specific to musl, which does different things with its
system includes than glibc does.
-- PMM