summaryrefslogtreecommitdiff
path: root/include/xlocale
diff options
context:
space:
mode:
authorThomas Munro <tmunro@FreeBSD.org>2020-11-08 02:50:34 +0000
committerThomas Munro <tmunro@FreeBSD.org>2020-11-08 02:50:34 +0000
commitcc7edd258c2564fe9e3c4a0dc839acc4a71caff9 (patch)
tree713e7f140bcc509d153f6843f0c0c4e93cf43991 /include/xlocale
parentd2799054f0d29c33a1f2ab87ee4d88970ec36d91 (diff)
downloadsrc-test2-cc7edd258c2564fe9e3c4a0dc839acc4a71caff9.tar.gz
src-test2-cc7edd258c2564fe9e3c4a0dc839acc4a71caff9.zip
Notes
Diffstat (limited to 'include/xlocale')
-rw-r--r--include/xlocale/_locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xlocale/_locale.h b/include/xlocale/_locale.h
index a4e04f082fa8..c9543e576ac9 100644
--- a/include/xlocale/_locale.h
+++ b/include/xlocale/_locale.h
@@ -43,6 +43,7 @@
#define LC_MESSAGES_MASK (1<<5)
#define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
+#define LC_VERSION_MASK (1<<6)
#define LC_GLOBAL_LOCALE ((locale_t)-1)
#ifndef _LOCALE_T_DEFINED