diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:50:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 08:50:08 +0000 |
commit | cb7c4a271150ed746021644c8f8c83a32b20534d (patch) | |
tree | 875d74396fdd65f5a71e91dcc36f1a368b42259f /stdio-common/Makefile | |
parent | a778db0624f4359cd0e1aea9384235d4a376b1a8 (diff) | |
download | glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar.gz glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.tar.bz2 glibc-cb7c4a271150ed746021644c8f8c83a32b20534d.zip |
Update.
* stdio-common/itoa-digits.c: Move upper digits to...
* stdio-common/itoa-udigits.c: ...here. New file.
* stdio-common/Makefile (routines): Add itoa-udigits.
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 994ca5cd46..33907ebb60 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -25,7 +25,7 @@ headers := printf.h routines := \ ctermid cuserid \ - _itoa _itowa itoa-digits itowa-digits \ + _itoa _itowa itoa-digits itoa-udigits itowa-digits \ vfprintf vprintf printf_fp reg-printf printf-prs printf_fphex \ printf_size fprintf printf snprintf sprintf asprintf dprintf \ vfscanf \ |