loongarch64: add new syscall numbers
[musl.git] / src / math / llround.c
blob4d94787d6227596e0d692622d320f159d8396694
1 #include <math.h>
3 long long llround(double x)
5 return round(x);