]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/setlocale.h.patch
Libc-391.tar.gz
[apple/libc.git] / locale / FreeBSD / setlocale.h.patch
1 --- setlocale.h.orig 2004-11-25 11:38:19.000000000 -0800
2 +++ setlocale.h 2005-02-19 14:45:55.000000000 -0800
3 @@ -29,12 +29,14 @@
4 #ifndef _SETLOCALE_H_
5 #define _SETLOCALE_H_
6
7 +#include <xlocale.h>
8 +
9 #define ENCODING_LEN 31
10 #define CATEGORY_LEN 11
11
12 extern char *_PathLocale;
13
14 int __detect_path_locale(void);
15 -int __wrap_setrunelocale(const char *);
16 +int __wrap_setrunelocale(const char *, locale_t);
17
18 #endif /* !_SETLOCALE_H_ */