diff options
Diffstat (limited to 'math/fesetenv.c')
-rw-r--r-- | math/fesetenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fesetenv.c b/math/fesetenv.c index 058700f19c..736195818d 100644 --- a/math/fesetenv.c +++ b/math/fesetenv.c @@ -23,8 +23,8 @@ int __fesetenv (const fenv_t *envp) { - /* This always fails. */ - return 1; + /* Nothing to do. */ + return 0; } #if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2) strong_alias (__fesetenv, __old_fesetenv) |