1 --- timelocal.h.orig 2003-05-20 15:23:48.000000000 -0700
2 +++ timelocal.h 2005-02-19 14:49:09.000000000 -0800
10 * Private header file for the strftime and strptime localization
16 -struct lc_time_T *__get_current_time_locale(void);
17 -int __time_load_locale(const char *);
18 +struct lc_time_T *__get_current_time_locale(locale_t);
19 +int __time_load_locale(const char *, locale_t);
21 #endif /* !_TIMELOCAL_H_ */