diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-01 16:00:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-01 16:00:52 +0200 |
commit | c8a11c58673a5b9a25443f2c53231b660a8b4071 (patch) | |
tree | 5ab7f8d455d030197e3be36c59e5680f1d447f71 /libio/libio.h | |
parent | 3842ba494963b1d76ad5f68b8d1e5c2279160e31 (diff) | |
download | glibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.tar.gz glibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.tar.xz glibc-c8a11c58673a5b9a25443f2c53231b660a8b4071.zip |
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/libio.h')
-rw-r--r-- | libio/libio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/libio.h b/libio/libio.h index 511b39457f..98d526dec7 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; |