remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch
[musl.git] / src / math / finitef.c
blob2c4c771463a1b244244edf3ea92026f8fe78c67a
1 #define _GNU_SOURCE
2 #include <math.h>
4 int finitef(float x)
6 return isfinite(x);