remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git] / src / math / llroundl.c
blob2c2ee5ecd68596965567a90347a9b7fc4111b864
1 #include <math.h>
3 long long llroundl(long double x)
5 return roundl(x);