]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/iovswscanf.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / libio / iovswscanf.c
index f584c963fa6f2463632b5431200271cd4d111612..b0759ec862255696c6ece7454a1a5ea8b9ac0696 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.
+   <https://www.gnu.org/licenses/>.
 
    As a special exception, if you link the code in this file with
    files compiled with a GNU compiler to produce an executable,
    This exception applies to code released by its copyright holders
    in files containing the exception.  */
 
+/* This file defines one of the deprecated scanf variants.  */
+#include <features.h>
+#undef __GLIBC_USE_DEPRECATED_SCANF
+#define __GLIBC_USE_DEPRECATED_SCANF 1
+
 #include <wchar.h>
 #include "strfile.h"