remove leftover declarations for removed functions from pthread_impl.h
[musl.git] / src / math / lround.c
blobb8b795470f1868d831e7c2893c7f3b7f019ddbdb
1 #include <math.h>
3 long lround(double x)
5 return round(x);