On Sat, Dec 16, 2023 at 04:24:13PM -0500, David Edelsohn wrote:
> AIX stdio.h defines fileno as a macro although there is a symbol in libc.
> 
> I think that print.cc at least needs to
> 
> 
> #undef fileno
> 
> 
> before the usage.

Or (::fileno)(f) ?

        Jakub

Reply via email to