Re: [PATCH] tools/nolibc: add 64-bit parisc support

From: Thomas Weißschuh

Date: Tue Aug 25 2026 - 12:30:11 EST


On 2026-08-23 21:19:53+0200, Rolf Eike Beer wrote:
> > +#ifdef __LP64__
> > +/*
> > + * This override is normally only meant for 32-bit architectures.
> > + * Put parisc 64-bit has __NR_ftruncate64, so this path is taken.
>
> "But"?

Ack, will change.

Thanks,
Thomas