[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] use unlocked stdio functions
From: |
Grisha Levit |
Subject: |
Re: [PATCH] use unlocked stdio functions |
Date: |
Sat, 17 Feb 2024 13:04:27 -0500 |
On Sat, Feb 17, 2024, 12:29 Chet Ramey <chet.ramey@case.edu> wrote:
> On 2/16/24 9:37 PM, Grisha Levit wrote:
> > After this change, `make -C examples/loadables others` fails building
> > necho.o with:
> >
> > use of undeclared identifier 'fflush_unlocked'
>
> I can't reproduce this on macOS, but these changes seem reasonable.
>
Same, macOS doesn't have fflush_unlocked.
>