summaryrefslogtreecommitdiff
path: root/libc/math/fesetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/fesetenv.c')
-rw-r--r--libc/math/fesetenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/math/fesetenv.c b/libc/math/fesetenv.c
index 058700f19..736195818 100644
--- a/libc/math/fesetenv.c
+++ b/libc/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)