@@ -1,4 +1,5 @@
#include "math_private.h"
-DLLEXPORT int isopenlibm() {
+
+DLLEXPORT int isopenlibm(void) {
return 1;
}