mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174801
@ -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…
Reference in New Issue
Block a user