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