]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/m68k/fpu/feupdateenv.c
Fix libm feraiseexcept namespace (bug 17723).
[thirdparty/glibc.git] / sysdeps / m68k / fpu / feupdateenv.c
index 3ed7ed00c6ad6957487f4e3074240fec1b9d774f..f3652e0458af6f219187884d4ae1ad4511123d75 100644 (file)
@@ -34,7 +34,7 @@ __feupdateenv (const fenv_t *envp)
   /* Raise the saved exception.  Incidently for us the implementation
      defined format of the values in objects of type fexcept_t is the
      same as the ones specified using the FE_* constants.  */
-  feraiseexcept ((int) fpsr);
+  __feraiseexcept ((int) fpsr);
 
   /* Success.  */
   return 0;