remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch
[musl.git] / src / math / llroundl.c
blob2c2ee5ecd68596965567a90347a9b7fc4111b864
1 #include <math.h>
3 long long llroundl(long double x)
5 return roundl(x);