On Mon, 10 Jun 2019 at 05:25, Sandipan Das wrote:
>
>
>
> On 07/06/19 6:55 PM, Peter Maydell wrote:
> > To build the C parts of risu for ppc64le with recent glibc/kernel
> > headers, we need to include sys/user.h to avoid a compile error,
> > because sys/ucontext.h defines a struct which includes
On 07/06/19 6:55 PM, Peter Maydell wrote:
> To build the C parts of risu for ppc64le with recent glibc/kernel
> headers, we need to include sys/user.h to avoid a compile error,
> because sys/ucontext.h defines a struct which includes a pointer
> to 'struct pt_regs' but does not provide a definit
Peter Maydell writes:
> To build the C parts of risu for ppc64le with recent glibc/kernel
> headers, we need to include sys/user.h to avoid a compile error,
> because sys/ucontext.h defines a struct which includes a pointer
> to 'struct pt_regs' but does not provide a definition of that struct.
To build the C parts of risu for ppc64le with recent glibc/kernel
headers, we need to include sys/user.h to avoid a compile error,
because sys/ucontext.h defines a struct which includes a pointer
to 'struct pt_regs' but does not provide a definition of that struct.
Signed-off-by: Peter Maydell
--