aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-01 16:00:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-01 16:00:52 +0200
commitc8a11c58673a5b9a25443f2c53231b660a8b4071 (patch)
tree5ab7f8d455d030197e3be36c59e5680f1d447f71 /libio
parent3842ba494963b1d76ad5f68b8d1e5c2279160e31 (diff)
downloadglibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.zip
glibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.tar.gz
glibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.tar.bz2
stdio-common: Remove _IO_vfwscanf
The symbol has never been exported, so no compatibility symbol is needed. Removing this file prevents ld from creation an exported symbol in case GLIBC_2_0 expands to a symbol version which does not have a local: *; directive in the symbol version map file. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'libio')
-rw-r--r--libio/libio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/libio.h b/libio/libio.h
index 511b394..98d526d 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -254,8 +254,6 @@ weak_extern (_IO_stdin_used);
__result = _IO_fwide (__fp, __result); \
__result; })
-extern int _IO_vfwscanf (FILE * __restrict, const wchar_t * __restrict,
- __gnuc_va_list, int *__restrict);
extern __ssize_t _IO_wpadn (FILE *, wint_t, __ssize_t);
extern void _IO_free_wbackup_area (FILE *) __THROW;