Loading...
include/xlocale/_stdlib.h Libc-1244.50.9 Libc-498
--- Libc/Libc-1244.50.9/include/xlocale/_stdlib.h
+++ Libc/Libc-498/include/xlocale/_stdlib.h
@@ -24,11 +24,6 @@
 #ifndef _XLOCALE__STDLIB_H_
 #define _XLOCALE__STDLIB_H_
 
-#include <sys/cdefs.h>
-#include <sys/_types/_size_t.h>
-#include <sys/_types/_wchar_t.h>
-#include <_xlocale.h>
-
 __BEGIN_DECLS
 double	 atof_l(const char *, locale_t);
 int	 atoi_l(const char *, locale_t);
@@ -46,7 +41,8 @@
 float	 strtof_l(const char *, char **, locale_t) __DARWIN_ALIAS(strtof_l);
 long	 strtol_l(const char *, char **, int, locale_t);
 long double
-	 strtold_l(const char *, char **, locale_t);
+	 strtold_l(const char *, char **, locale_t)
+	     __DARWIN_LDBL_COMPAT2(strtold_l);
 long long
 	 strtoll_l(const char *, char **, int, locale_t);
 #if !__DARWIN_NO_LONG_LONG