about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/math.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h
index 656f7868..cf9d9fbf 100644
--- a/include/math.h
+++ b/include/math.h
@@ -403,7 +403,6 @@ long double pow10l(long double);
 
 double      significand(double);
 float       significandf(float);
-long double significandl(long double);
 #endif
 
 #ifdef __cplusplus