mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
(unicode_to_mb): Change Solaris 2.7 to Solaris 5.7 in comment.
This commit is contained in:
parent
5bd35c41b0
commit
2a456d35b7
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user