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:
parent
259c0b2f2f
commit
58c9a67ed7
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user