mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Avoid giving prototypes on Solaris.
This commit is contained in:
parent
f58de1bd67
commit
01c6526c0e
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ extern double fmod(double, double);
|
|||
extern double pow(double, double);
|
||||
#endif
|
||||
|
||||
#ifdef sun
|
||||
#if defined(sun) && !defined(__SVR4)
|
||||
/* On SunOS4.1 only libm.a exists. Make sure that references to all
|
||||
needed math functions exist in the executable, so that dynamic
|
||||
loading of mathmodule does not fail. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue