mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove redirection of _IO_vfprintf
Since the commit
commit 698fb75b9f
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.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user