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