4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 04:20:28 +08:00

RISC-V: Fix wrong including file in s_isinf.c

This commit is contained in:
Kito Cheng 2020-10-28 23:41:27 +08:00 committed by Ken Brown
parent 906849c4f9
commit ac8ef88787

View File

@ -48,5 +48,5 @@ isinf (double x)
return (fclass & FCLASS_INF);
}
#else
#include "../../common/sf_isinf.c"
#include "../../common/s_isinf.c"
#endif