Fix min/max needed for ascii to INTERNAL conversion

This commit is contained in:
Andreas Schwab 2015-08-17 12:32:12 +02:00
parent f5e753c8c3
commit 8de3f8b2be
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-03-07 Andreas Schwab <schwab@suse.de>
* iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max
needed arguments.
2016-03-07 Hongjiu Zhang <noctuorare@gmail.com>
* elf/sln.c (makesymlink): Change struct stat to stat64, and lstat

View File

@ -84,7 +84,7 @@ BUILTIN_ALIAS ("OSF00010020//", "ANSI_X3.4-1968//")
BUILTIN_TRANSFORMATION ("ANSI_X3.4-1968//", "INTERNAL", 1, "=ascii->INTERNAL",
__gconv_transform_ascii_internal, __gconv_btwoc_ascii,
4, 4, 1, 1)
1, 1, 4, 4)
BUILTIN_TRANSFORMATION ("INTERNAL", "ANSI_X3.4-1968//", 1, "=INTERNAL->ascii",
__gconv_transform_internal_ascii, NULL, 4, 4, 1, 1)