about summary refs log tree commit diff
path: root/sysdeps/tile/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/math_private.h')
-rw-r--r--sysdeps/tile/math_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/tile/math_private.h b/sysdeps/tile/math_private.h
index 8ff1435f17..b06e3a321d 100644
--- a/sysdeps/tile/math_private.h
+++ b/sysdeps/tile/math_private.h
@@ -37,5 +37,6 @@ extern inline int feupdateenv (const fenv_t *__e) { return 0; }
 extern inline int fegetround (void)		{ return FE_TONEAREST; }
 extern inline int __fegetround (void)		{ return FE_TONEAREST; }
 extern inline int fesetround (int __d)		{ return 0; }
+extern inline int __fesetround (int __d)	{ return 0; }
 
 #endif