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 /stdio-common/Makefile | |
parent | 3842ba494963b1d76ad5f68b8d1e5c2279160e31 (diff) | |
download | glibc-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 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index b2458ba..f87796a 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -40,7 +40,7 @@ routines := \ isoc99_scanf isoc99_vscanf isoc99_fscanf isoc99_vfscanf isoc99_sscanf \ isoc99_vsscanf \ psiginfo gentempfd \ - vfscanf-internal vfwscanf-internal iovfscanf iovfwscanf \ + vfscanf-internal vfwscanf-internal iovfscanf \ vfprintf-internal vfwprintf-internal aux := errlist siglist printf-parsemb printf-parsewc fxprintf |