mirror of git://git.musl-libc.org/musl
fenv: return FE_TONEAREST in dummy fegetround
This commit is contained in:
parent
45ff9d8eb6
commit
68847ecd3a
|
@ -19,7 +19,7 @@ int fetestexcept(int mask)
|
|||
|
||||
int fegetround(void)
|
||||
{
|
||||
return 0;
|
||||
return FE_TONEAREST;
|
||||
}
|
||||
|
||||
int fesetround(int r)
|
||||
|
|
Loading…
Reference in New Issue