[xbuild] Fix test on windows.
[mono.git] / mono / metadata / sysmath.h
index e89269a98e580fcc2c12b29bfd171cea55980a28..c4159020e9e4142cb8d2a735de902dfee33a940f 100644 (file)
@@ -16,7 +16,7 @@
 
 extern gdouble ves_icall_System_Math_Floor (gdouble x) MONO_INTERNAL;
 extern gdouble ves_icall_System_Math_Round (gdouble x) MONO_INTERNAL;
-extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits) MONO_INTERNAL;
+extern gdouble ves_icall_System_Math_Round2 (gdouble value, gint32 digits, gboolean away_from_zero) MONO_INTERNAL;
 
 extern gdouble 
 ves_icall_System_Math_Sin (gdouble x) MONO_INTERNAL;