mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
10 lines
167 B
C
10 lines
167 B
C
|
/* FIXME */
|
||
|
#include <math.h>
|
||
|
#include <math_ldbl_opt.h>
|
||
|
|
||
|
long int __lroundl (long double d)
|
||
|
{
|
||
|
return llroundl (d);
|
||
|
}
|
||
|
long_double_symbol (libm, __lroundl, lroundl);
|