aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/fscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/fscanf.c')
-rw-r--r--stdio-common/fscanf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdio-common/fscanf.c b/stdio-common/fscanf.c
index 4b8b26ad54..a210eafcab 100644
--- a/stdio-common/fscanf.c
+++ b/stdio-common/fscanf.c
@@ -15,6 +15,11 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+/* This file defines one of the deprecated scanf variants. */
+#include <features.h>
+#undef __GLIBC_USE_DEPRECATED_SCANF
+#define __GLIBC_USE_DEPRECATED_SCANF 1
+
#include <libioP.h>
#include <stdarg.h>
#include <stdio.h>