diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/math.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/math.h b/include/math.h index 42bb55eb98..b28c4412e2 100644 --- a/include/math.h +++ b/include/math.h @@ -35,9 +35,5 @@ libm_hidden_proto (__expl) libm_hidden_proto (__expm1l) # endif -extern int __isinf_ns (double); -extern int __isinf_nsf (float); -extern int __isinf_nsl (long double); - #endif #endif |