From 662b60ede0958eba43cf93ce0088001b0d67de8c Mon Sep 17 00:00:00 2001 From: das Date: Thu, 20 Dec 2007 00:06:33 +0000 Subject: 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 --- lib/msun/src/math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/msun/src') 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); -- cgit v1.1