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
This commit is contained in:
David Schultz 2007-12-20 00:06:33 +00:00
parent 259c0b2f2f
commit 58c9a67ed7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174801

View File

@ -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);