]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove redirection of _IO_vfprintf
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Wed, 5 Dec 2018 21:16:12 +0000 (19:16 -0200)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Tue, 11 Dec 2018 16:58:39 +0000 (14:58 -0200)
commitdf682d1d745e078621bee5a1f4a0b40f1b8dfca1
tree326b5f193bbf3f498d6ee04200edda9b50609bcf
parentc2c082c10f0bbdaaf3c5c8a9147a9fecbc474e1e
Remove redirection of _IO_vfprintf

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
powerpc and powerpc64le, because there were no tests that covered it.
However, new test cases for nldbl versions of argp.h functions exposed
the problem.

Tested for powerpc64 and powerpc64le.
ChangeLog
libio/libio.h