Loading...
include/xlocale/_stdlib.h Libc-498 Libc-1583.60.2
--- Libc/Libc-498/include/xlocale/_stdlib.h
+++ Libc/Libc-1583.60.2/include/xlocale/_stdlib.h
@@ -24,6 +24,11 @@
 #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);
@@ -41,8 +46,7 @@
 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)
-	     __DARWIN_LDBL_COMPAT2(strtold_l);
+	 strtold_l(const char *, char **, locale_t);
 long long
 	 strtoll_l(const char *, char **, int, locale_t);
 #if !__DARWIN_NO_LONG_LONG