mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Even more ANSIfication: fix as many function pointers and declarations as
possible.
This commit is contained in:
parent
3b6448fbae
commit
bd4bc4e9e9
10 changed files with 18 additions and 17 deletions
|
@ -111,7 +111,7 @@ Socket methods:
|
|||
#endif
|
||||
|
||||
#if !defined(MS_WINDOWS) && !defined(PYOS_OS2) && !defined(__BEOS__)
|
||||
extern int gethostname(); /* For Solaris, at least */
|
||||
extern int gethostname(char *, size_t); /* For Solaris, at least */
|
||||
#endif
|
||||
|
||||
#if defined(PYCC_VACPP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue