Loading...
--- Libc/Libc-1583.60.2/exclave/_compat/_stdlib.h
+++ Libc/Libc-1669.0.4/exclave/_compat/_stdlib.h
@@ -67,12 +67,6 @@
__BEGIN_DECLS
-double atof(const char *);
-double strtod(const char *, char * _Nullable * _Nullable);
-float strtof(const char *, char * _Nullable * _Nullable);
-long double
- strtold(const char *, char * _Nullable * _Nullable);
-
#ifdef __BLOCKS__
#if __has_attribute(noescape)