(unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment.

This commit is contained in:
Jim Meyering 2003-08-09 16:26:32 +00:00
parent 5bd35c41b0
commit 2a456d35b7

View File

@ -190,7 +190,7 @@ unicode_to_mb (unsigned int code,
)
return failure (code, NULL, callback_arg);
/* Avoid glibc-2.1 bug and Solaris 2.7 bug. */
/* Avoid glibc-2.1 bug and Solaris 5.7 bug. */
# if defined _LIBICONV_VERSION \
|| !((__GLIBC__ - 0 == 2 && __GLIBC_MINOR__ - 0 <= 1) || defined __sun)