about summary refs log tree commit diff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/Makefile')
-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		      \