fenv: return FE_TONEAREST in dummy fegetround

This commit is contained in:
Szabolcs Nagy 2012-11-14 09:27:54 +01:00
parent 45ff9d8eb6
commit 68847ecd3a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ int fetestexcept(int mask)
int fegetround(void)
{
return 0;
return FE_TONEAREST;
}
int fesetround(int r)