summaryrefslogtreecommitdiffstats
path: root/include/locale.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-29 22:39:56 +0000
committerache <ache@FreeBSD.org>1998-04-29 22:39:56 +0000
commit9cd3e70e4dce20dfccbb86cd15ff379add65d9a7 (patch)
treea16608c9b91ebadec1f859af12ebe727e4b94972 /include/locale.h
parent71fc3af9ecf7cea8b60c9d18488a0535922a4a35 (diff)
downloadFreeBSD-src-9cd3e70e4dce20dfccbb86cd15ff379add65d9a7.zip
FreeBSD-src-9cd3e70e4dce20dfccbb86cd15ff379add65d9a7.tar.gz
Basic support for LC_MESSAGES
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h
index 86eda17..0c1a6bc 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -67,8 +67,9 @@ struct lconv {
#define LC_MONETARY 3
#define LC_NUMERIC 4
#define LC_TIME 5
+#define LC_MESSAGES 6
-#define _LC_LAST 6 /* marks end */
+#define _LC_LAST 7 /* marks end */
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud