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 /sysdeps/ieee754 | |
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 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/Makefile b/sysdeps/ieee754/ldbl-128ibm-compat/Makefile index 7b42746c34..67d476383a 100644 --- a/sysdeps/ieee754/ldbl-128ibm-compat/Makefile +++ b/sysdeps/ieee754/ldbl-128ibm-compat/Makefile @@ -325,7 +325,6 @@ ldbl-ibm128-files := $(objpfx)test-%-ibm128^ \ $(objpfx)iovsscanf^ \ $(objpfx)iovswscanf^ \ $(objpfx)iovfscanf^ \ - $(objpfx)iovfwscanf^ \ $(objpfx)mpn2ldbl^ \ $(objpfx)ldbl2mpn^ \ $(objpfx)strtold_nan^ \ |