Index | Thread | Search

From:
Björn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Subject:
Re: amd64 build failures 2026-05-30
To:
Christian Weisgerber <naddy@mips.inka.de>
Cc:
ports@openbsd.org
Date:
Tue, 2 Jun 2026 18:25:08 +0200

Download raw body.

Thread
On Tue 02/06/2026 16:10, Christian Weisgerber wrote:
> Christian Weisgerber:
> 
> > You may notice that the other functions that allocate a variable
> > va_list args and take its address compile just fine.  Apparently a
> > va_list parameter isn't exactly the same thing as a va_list variable,
> > but it must be possible to va_copy() a parameter to a variable, so
> > I propose the diff below.
> 
> Or we can just do what the trio upstream did ...
> https://sourceforge.net/p/ctrio/git/ci/acc21f6fea12d32d2f5790b05e8aa000423106a2/
> ... and drop this questionable passing of a pointer to a va_list in
> favor of a plain va_list:

makes sense.

OK bket@