Loading...
stdtime/FreeBSD/timelocal.h Libc-1725.40.4 Libc-320
--- Libc/Libc-1725.40.4/stdtime/FreeBSD/timelocal.h
+++ Libc/Libc-320/stdtime/FreeBSD/timelocal.h
@@ -29,8 +29,6 @@
 #ifndef _TIMELOCAL_H_
 #define	_TIMELOCAL_H_
 
-#include <xlocale.h>
-
 /*
  * Private header file for the strftime and strptime localization
  * stuff.
@@ -51,7 +49,7 @@
 	const char	*ampm_fmt;
 };
 
-struct lc_time_T *__get_current_time_locale(locale_t);
-int	__time_load_locale(const char *, locale_t);
+struct lc_time_T *__get_current_time_locale(void);
+int	__time_load_locale(const char *);
 
 #endif /* !_TIMELOCAL_H_ */