about summary refs log tree commit diff
path: root/sysdeps/microblaze/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/microblaze/math_private.h')
-rw-r--r--sysdeps/microblaze/math_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/microblaze/math_private.h b/sysdeps/microblaze/math_private.h
index 39b71722d3..2cfaacad1b 100644
--- a/sysdeps/microblaze/math_private.h
+++ b/sysdeps/microblaze/math_private.h
@@ -28,6 +28,7 @@
 #include_next <math_private.h>
 
 #define feraiseexcept(excepts)                 ({ 0; })
+#define __feraiseexcept(excepts)               ({ 0; })
 #define feclearexcept(exc)                     ({ 0; })
 
 #endif