summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collate.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
committerru <ru@FreeBSD.org>2005-02-27 20:31:13 +0000
commitf8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481 (patch)
treeac99a95d10edf1ab390259cb8e6b285228037505 /lib/libc/locale/collate.h
parent2c22bca2202c5469c6318a182ef527e642c96454 (diff)
downloadFreeBSD-src-f8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481.zip
FreeBSD-src-f8ec83d9049d4c76c2b9f5a8e74f0b6814c5f481.tar.gz
Make the format of LC_COLLATE files architecture independent.
Diffstat (limited to 'lib/libc/locale/collate.h')
-rw-r--r--lib/libc/locale/collate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/collate.h b/lib/libc/locale/collate.h
index ce03e74..2f5f5d4 100644
--- a/lib/libc/locale/collate.h
+++ b/lib/libc/locale/collate.h
@@ -37,7 +37,7 @@
#define STR_LEN 10
#define TABLE_SIZE 100
#define COLLATE_VERSION "1.0\n"
-#define COLLATE_VERSION1_1 "1.1\n"
+#define COLLATE_VERSION1_2 "1.2\n"
struct __collate_st_char_pri {
int prim, sec;
OpenPOWER on IntegriCloud