summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-29 07:25:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-29 07:25:43 +0000
commitc1d835ced9c8e8a3a288b77075df3afd0a876f99 (patch)
treee2f1d96d6cfabb760321dddeb79a65aac8b4bdcf /stdio-common
parent69c69fe11da745ee591a17570c2be5b529ec2fa6 (diff)
downloadglibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.tar.gz
glibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.tar.xz
glibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.zip
Update.
	* stdio-common/Makefile (routines): Remove _i18n_itoa and
	_i18n_itowa.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index cde24ee94a..181c7ff54e 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -25,10 +25,10 @@ headers	:= printf.h
 
 routines	:=							      \
 	ctermid cuserid							      \
-	_itoa _itowa _i18n_itoa _i18n_itowa itoa-digits itowa-digits	      \
+	_itoa _itowa itoa-digits itowa-digits				      \
 	vfprintf vprintf printf_fp reg-printf printf-prs printf_fphex	      \
 	printf_size fprintf printf snprintf sprintf asprintf dprintf	      \
-	vfscanf							      \
+	vfscanf								      \
 	fscanf scanf sscanf						      \
 	perror psignal							      \
 	tmpfile tmpfile64 tmpnam tmpnam_r tempnam tempname		      \