summaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorMartin Pelikan <pelikan@cvs.openbsd.org>2014-07-14 07:22:08 +0000
committerMartin Pelikan <pelikan@cvs.openbsd.org>2014-07-14 07:22:08 +0000
commitafda1f50262607e949ebcbea1e8a310d6a0abc60 (patch)
tree6de8a7995f27d87e338f98f757eae51d2780d388 /include/locale.h
parentaf5b891568cb5c7890063a6cdd63db156fb9c876 (diff)
international currency locale rules as per POSIX.1-2008
required for libc++ ok guenther afresh1
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h
index 80f82b65c25..3ce65c56104 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: locale.h,v 1.8 2011/07/03 18:51:01 jsg Exp $ */
+/* $OpenBSD: locale.h,v 1.9 2014/07/14 07:22:07 pelikan Exp $ */
/* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */
/*
@@ -54,6 +54,12 @@ struct lconv {
char n_sep_by_space;
char p_sign_posn;
char n_sign_posn;
+ char int_p_cs_precedes;
+ char int_p_sep_by_space;
+ char int_n_cs_precedes;
+ char int_n_sep_by_space;
+ char int_p_sign_posn;
+ char int_n_sign_posn;
};
#ifndef NULL