]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/lnumeric.h.patch
7635d219e0889be482c2d80281b792bed6a55ad7
[apple/libc.git] / locale / FreeBSD / lnumeric.h.patch
1 --- lnumeric.h.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ lnumeric.h 2009-11-09 15:05:25.000000000 -0800
3 @@ -29,13 +29,15 @@
4 #ifndef _LNUMERIC_H_
5 #define _LNUMERIC_H_
6
7 +#include <xlocale.h>
8 +
9 struct lc_numeric_T {
10 const char *decimal_point;
11 const char *thousands_sep;
12 const char *grouping;
13 };
14
15 -struct lc_numeric_T *__get_current_numeric_locale(void);
16 -int __numeric_load_locale(const char *);
17 +struct lc_numeric_T *__get_current_numeric_locale(locale_t);
18 +int __numeric_load_locale(const char *, locale_t);
19
20 #endif /* !_LNUMERIC_H_ */