Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions
authorGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Thu, 14 Nov 2019 12:25:14 +0000 (09:25 -0300)
committerGabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Fri, 22 Nov 2019 18:29:21 +0000 (15:29 -0300)
commit93486ba583ecef1ba17357cfeb658ce3bea583bd
treef98adc23b103fb7408bf1cba4b1a48d87944bf07
parent8781c1301d55db0a95398eb24c11b99205706bae
Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functions

When the commit

commit 03992356e6fedc5a5e9d32df96c1a2c79ea28a8f
Author: Zack Weinberg <zackw@panix.com>
Date:   Sat Feb 10 11:58:35 2018 -0500

    Use C99-compliant scanf under _GNU_SOURCE with modern compilers.

added the DEPRECATED_SCANF macro to select when redirections of *scanf
functions to their ISO C99 compliant versions should happen, it
accidentally missed doing it for vfwscanf, vwscanf, and vswscanf.

Tested for powerpc64le and with build-many-glibcs (i686-linux-gnu and
nios2-linux-gnu are failing with current master, and with this patch,
but I didn't see a regression).

Change-Id: I706b344a3fb50be017cdab9251d9da18a3ba8c60
include/wchar.h
libio/iovswscanf.c
wcsmbs/wchar.h