Loading...
locale/FreeBSD/lnumeric.h Libc-1725.40.4 Libc-320
--- Libc/Libc-1725.40.4/locale/FreeBSD/lnumeric.h
+++ Libc/Libc-320/locale/FreeBSD/lnumeric.h
@@ -29,20 +29,13 @@
 #ifndef _LNUMERIC_H_
 #define	_LNUMERIC_H_
 
-#include <xlocale.h>
-
 struct lc_numeric_T {
 	const char	*decimal_point;
 	const char	*thousands_sep;
 	const char	*grouping;
 };
-struct xlocale_numeric {
-	struct xlocale_component header;
-	char *buffer;
-	struct lc_numeric_T locale;
-};
 
-struct lc_numeric_T *__get_current_numeric_locale(locale_t);
-int	__numeric_load_locale(const char *, locale_t);
+struct lc_numeric_T *__get_current_numeric_locale(void);
+int	__numeric_load_locale(const char *);
 
 #endif /* !_LNUMERIC_H_ */