summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
blob: 7c5de36184ab39eea63b2478fc280be49550a4e1 (plain)
1
2
3
4
5
6
7
8
9
/* FIXME */
#include <math.h>
#include <math_ldbl_opt.h>

long int __lroundl (long double d)
{
  return llroundl (d);
}
long_double_symbol (libm, __lroundl, lroundl);