summaryrefslogtreecommitdiff
path: root/headers/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/math.h')
-rw-r--r--headers/math.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/headers/math.h b/headers/math.h
index 6f70c31f3..1a0719c2c 100644
--- a/headers/math.h
+++ b/headers/math.h
@@ -148,12 +148,6 @@ double expm1(double);
double fma(double, double, double);
double hypot(double, double);
int ilogb(double) __attribute_const__;
-
-#if __ANDROID_API__ >= 21
-int(isinf)(double) __attribute_const__ __INTRODUCED_IN(21);
-#endif /* __ANDROID_API__ >= 21 */
-
-int (isnan)(double) __attribute_const__;
double lgamma(double);
long long llrint(double);
long long llround(double);