This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v1 1/7] Remove redirection of _IO_vfprintf


On Thu, 6 Dec 2018, Gabriel F. T. Gomes wrote:

> Since the commit
> 
> commit 698fb75b9ff5ae454a1344b5f9fafa0ca367c555
> Author: Zack Weinberg <zackw@panix.com>
> Date:   Wed Mar 7 14:32:01 2018 -0500
> 
>     Add __v*printf_internal with flags arguments
> 
> _IO_vfprintf is gone.  This did not trigger any test case failures on

I see that libio/iolibio.h has a call to _IO_vfprintf in a definition of 
_IO_vprintf as a macro.  I suppose that's just left over from a previous 
patch?  Other than that, yes, _IO_vfprintf seems gone apart from the 
aliases for ABI compatibility, so this patch is OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]