mirror of https://github.com/python/cpython
Should test for gethost*by*name_r, not for gethostname_r (which
doesn't exist and doesn't make sense).
This commit is contained in:
parent
e9cd07b47f
commit
caa69fdf4c
|
@ -663,7 +663,7 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
|
||||||
# checks for library functions
|
# checks for library functions
|
||||||
AC_CHECK_FUNCS(alarm chown clock dlopen execv flock fork \
|
AC_CHECK_FUNCS(alarm chown clock dlopen execv flock fork \
|
||||||
fsync fdatasync ftime ftruncate \
|
fsync fdatasync ftime ftruncate \
|
||||||
gethostname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
|
gethostbyname_r getpeername getpgrp getpid getpwent gettimeofday getwd \
|
||||||
kill link lstat mkfifo mktime nice pause plock pthread_init putenv readlink \
|
kill link lstat mkfifo mktime nice pause plock pthread_init putenv readlink \
|
||||||
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
|
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
|
||||||
sigaction siginterrupt sigrelse strftime strptime symlink \
|
sigaction siginterrupt sigrelse strftime strptime symlink \
|
||||||
|
|
Loading…
Reference in New Issue