fix struct layout mismatch in sound ioctl time32 fallback conversion
[musl.git] / src / math / lround.c
blobb8b795470f1868d831e7c2893c7f3b7f019ddbdb
1 #include <math.h>
3 long lround(double x)
5 return round(x);