]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/lnumeric.h.patch
Libc-391.2.3.tar.gz
[apple/libc.git] / locale / FreeBSD / lnumeric.h.patch
1 --- lnumeric.h.orig 2003-05-20 15:21:44.000000000 -0700
2 +++ lnumeric.h 2005-02-19 14:44:29.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_ */