[Python-checkins] cpython: regenerated using autoconf, includes dirfd test.
gregory.p.smith
python-checkins at python.org
Mon Jan 16 11:09:59 CET 2012
http://hg.python.org/cpython/rev/62f3163cadc3
changeset: 74441:62f3163cadc3
user: Gregory P. Smith <greg at krypto.org>
date: Mon Jan 16 02:09:41 2012 -0800
summary:
regenerated using autoconf, includes dirfd test.
files:
configure | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -9396,7 +9396,7 @@
# checks for library functions
for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
- clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat \
+ clock confstr ctermid dirfd execv faccessat fchmod fchmodat fchown fchownat \
fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
futimens futimes gai_strerror \
getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list