commit | cbf8906f5de5da29602f9fa7034488d2dca51663 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Apr 10 15:46:01 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Apr 10 15:46:01 1999 +0000 |
tree | 29f2d2e5eec667d78ead6e30220110c2359f5374 | |
parent | dcb0a57874400a698999034996dc7623da777499 [diff] [blame] |
3-arg gethostbyname_r doesn't really work on OSF/1.
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index d37a218..039023f 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c
@@ -92,7 +92,7 @@ #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