Loading...
include/stdlib.h Libc-763.13 Libc-825.26
--- Libc/Libc-763.13/include/stdlib.h
+++ Libc/Libc-825.26/include/stdlib.h
@@ -188,7 +188,7 @@
 float	 strtof(const char *, char **) __DARWIN_ALIAS(strtof);
 long	 strtol(const char *, char **, int);
 long double
-	 strtold(const char *, char **) __DARWIN_LDBL_COMPAT(strtold);
+	 strtold(const char *, char **);
 #if !__DARWIN_NO_LONG_LONG
 long long 
 	 strtoll(const char *, char **, int);