]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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)
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

index f4d2d1f3d8d9db0900c9fec15598dcd96bc5e207..b8d794d43a73005090f8902e28c621e572cf269a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-12-11  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
+
+       * libio/libio.h: Remove redirection for _IO_vfprintf.
+
 2018-12-11  Andreas Schwab  <schwab@suse.de>
 
        * Makerules: Remove all references to abilist-pattern.
index 3a93807efcb11b91ca61c9b1c7829c702444847e..e19d860dc675181b56e8602c1cf557dc7faf53d7 100644 (file)
@@ -300,7 +300,6 @@ extern void _IO_free_wbackup_area (FILE *) __THROW;
 
 #ifdef __LDBL_COMPAT
 __LDBL_REDIR_DECL (_IO_vfscanf)
-__LDBL_REDIR_DECL (_IO_vfprintf)
 #endif
 
 libc_hidden_proto (__overflow)