diff options
Diffstat (limited to 'math/feupdateenv.c')
-rw-r--r-- | math/feupdateenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/feupdateenv.c b/math/feupdateenv.c index e0350b3284..5a39521eed 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.c @@ -23,8 +23,8 @@ int __feupdateenv (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 (__feupdateenv, __old_feupdateenv) |