diff options
Diffstat (limited to 'sysdeps/alpha/fpu/feupdateenv.c')
-rw-r--r-- | sysdeps/alpha/fpu/feupdateenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/fpu/feupdateenv.c b/sysdeps/alpha/fpu/feupdateenv.c index 063785b6e4..8b521454de 100644 --- a/sysdeps/alpha/fpu/feupdateenv.c +++ b/sysdeps/alpha/fpu/feupdateenv.c @@ -28,7 +28,7 @@ __feupdateenv (const fenv_t *envp) tmp = __ieee_get_fp_control (); /* Install new environment. */ - fesetenv (envp); + __fesetenv (envp); /* Raise the saved exception. Incidently for us the implementation defined format of the values in objects of type fexcept_t is the |