Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58de1b commit 01c6526Copy full SHA for 01c6526
1 file changed
Objects/floatobject.c
@@ -28,7 +28,7 @@ extern double fmod(double, double);
28
extern double pow(double, double);
29
#endif
30
31
-#ifdef sun
+#if defined(sun) && !defined(__SVR4)
32
/* On SunOS4.1 only libm.a exists. Make sure that references to all
33
needed math functions exist in the executable, so that dynamic
34
loading of mathmodule does not fail. */
0 commit comments