mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
RISC-V: Fix wrong including file in s_isinf.c
This commit is contained in:
parent
0020d2dd7c
commit
ff2c8fcfc7
@ -48,5 +48,5 @@ isinf (double x)
|
||||
return (fclass & FCLASS_INF);
|
||||
}
|
||||
#else
|
||||
#include "../../common/sf_isinf.c"
|
||||
#include "../../common/s_isinf.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user