summaryrefslogtreecommitdiff
path: root/lib/unicodeio.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-07-31 06:27:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-07-31 06:27:05 +0000
commit7dce93e95aed216724eb68e966450f85dba6a979 (patch)
tree9d86d976a571633aa1375a1334b935aeb3b333c9 /lib/unicodeio.c
parent0fa0fa67743cf6369156cb87952bd97a86714bc2 (diff)
downloadgnulib-7dce93e95aed216724eb68e966450f85dba6a979.tar.gz
Fix comments to identify Solaris versions using the same version
numbers that Sun does.
Diffstat (limited to 'lib/unicodeio.c')
-rw-r--r--lib/unicodeio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicodeio.c b/lib/unicodeio.c
index 30fbb2afd3..7b7f6f2295 100644
--- a/lib/unicodeio.c
+++ b/lib/unicodeio.c
@@ -186,7 +186,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 7 bug. */
# if defined _LIBICONV_VERSION \
|| !((__GLIBC__ - 0 == 2 && __GLIBC_MINOR__ - 0 <= 1) || defined __sun)