mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
3-arg gethostbyname_r doesn't really work on OSF/1.
This commit is contained in:
parent
dcb0a57874
commit
cbf8906f5d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Socket methods:
|
|||
#undef HAVE_GETHOSTBYNAME_R_6_ARG
|
||||
|
||||
#ifdef HAVE_GETHOSTBYNAME_R
|
||||
#if defined(_AIX) || defined(__osf__)
|
||||
#if defined(_AIX)
|
||||
#define HAVE_GETHOSTBYNAME_R_3_ARG
|
||||
#elif defined(__sun__) || defined(__sgi)
|
||||
#define HAVE_GETHOSTBYNAME_R_5_ARG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue