summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2007-12-20 00:06:33 +0000
committerdas <das@FreeBSD.org>2007-12-20 00:06:33 +0000
commit662b60ede0958eba43cf93ce0088001b0d67de8c (patch)
tree01e4f7ed4adf995aad5c577e315b4f987cacf75f /lib
parentcf4122c40993ed8304dadcc271261fa0d817d89a (diff)
downloadFreeBSD-src-662b60ede0958eba43cf93ce0088001b0d67de8c.zip
FreeBSD-src-662b60ede0958eba43cf93ce0088001b0d67de8c.tar.gz
Remove the declaration of logl(). The relevant bits haven't been
committed yet, but the declaration leaked in when I added nan() and friends. Reported by: pav
Diffstat (limited to 'lib')
-rw-r--r--lib/msun/src/math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index fc281c9..951549f 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -437,9 +437,7 @@ long double log10l(long double);
long double log1pl(long double);
long double log2l(long double);
long double logbl(long double);
-#endif
long double logl(long double);
-#if 0
long lrintl(long double);
#endif
long lroundl(long double);
OpenPOWER on IntegriCloud