aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-12-19 18:56:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2022-12-19 18:56:54 +0100
commit46378560e056300623364669de2405a7182b064f (patch)
tree98bd283ccb2c61f13ce17751ea80afaefe881524 /stdio-common/Makefile
parentc7bf2e99cafbd8970f81c38d6f32842cc7846421 (diff)
downloadglibc-46378560e056300623364669de2405a7182b064f.tar
glibc-46378560e056300623364669de2405a7182b064f.tar.gz
glibc-46378560e056300623364669de2405a7182b064f.tar.bz2
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/Makefile1
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 \