summaryrefslogtreecommitdiff
path: root/libquadmath/quadmath-rounding-mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/quadmath-rounding-mode.h')
-rw-r--r--libquadmath/quadmath-rounding-mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/quadmath-rounding-mode.h b/libquadmath/quadmath-rounding-mode.h
index 9d06fa7be57..a806794835a 100644
--- a/libquadmath/quadmath-rounding-mode.h
+++ b/libquadmath/quadmath-rounding-mode.h
@@ -33,7 +33,7 @@ get_rounding_mode (void)
{
#if defined(HAVE_FENV_H) && (defined(FE_DOWNWARD) || defined(FE_TONEAREST) \
|| defined(FE_TOWARDZERO) || defined(FE_UPWARD))
- return fegetround (void);
+ return fegetround ();
#else
return 0;
#endif