1 --- setlocale.h.orig 2004-11-25 11:38:19.000000000 -0800
2 +++ setlocale.h 2005-02-19 14:45:55.000000000 -0800
9 #define ENCODING_LEN 31
10 #define CATEGORY_LEN 11
12 extern char *_PathLocale;
14 int __detect_path_locale(void);
15 -int __wrap_setrunelocale(const char *);
16 +int __wrap_setrunelocale(const char *, locale_t);
18 #endif /* !_SETLOCALE_H_ */