From ab76321c14e18e70c853f34202a567749292eafc Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Mon, 13 Aug 2012 16:00:31 -0400
Subject: remove significandl

this function never existed historically; since the float/double
functions it's based on are nonstandard and deprecated, there's really
no justification for its existence except that glibc has it. it can be
added back if there's ever really a need...
---
 include/math.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include')

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
-- 
cgit v1.2.3-70-g09d2