mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00: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);
|