Re: [PATCH v1] tools/nolibc/stdio: add setvbuf() to set buffering mode

From: Willy Tarreau
Date: Sat Jul 29 2023 - 03:28:42 EST


On Wed, Jul 26, 2023 at 12:46:16PM +0100, Mark Brown wrote:
> On Wed, Jul 26, 2023 at 08:06:55AM +0100, Ryan Roberts wrote:
> > Add a minimal implementation of setvbuf(), which error checks the mode
> > argument (as required by spec) and returns. Since nolibc never buffers
> > output, nothing needs to be done.
>
> Reviewed-by: Mark Brown <broonie@xxxxxxxxxx>

Looks good and queued, thanks to you both!
Willy