diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-12-19 18:56:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-12-19 18:56:54 +0100 |
commit | 46378560e056300623364669de2405a7182b064f (patch) | |
tree | 98bd283ccb2c61f13ce17751ea80afaefe881524 /stdio-common/Makefile | |
parent | c7bf2e99cafbd8970f81c38d6f32842cc7846421 (diff) | |
download | glibc-46378560e056300623364669de2405a7182b064f.tar.gz glibc-46378560e056300623364669de2405a7182b064f.tar.xz glibc-46378560e056300623364669de2405a7182b064f.zip |
stdio-common: Add __translated_number_width
This function will be used to compute the width of a number after i18n digit translation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 6e6da091b1..3e0c574ca5 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -85,6 +85,7 @@ routines := \ tmpfile64 \ tmpnam \ tmpnam_r \ + translated_number_width \ vfprintf \ vfprintf-internal \ vfscanf \ |