summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-02-25 23:41:16 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-02-25 23:41:16 (GMT)
commit8250e23abd12da20fcb03e2314fe6c34b403b534 (patch)
tree74edbbc78231eeaebbc548a15e25cf95ba0e7061 /configure.in
parentf65132de3d00171b74bc81791cacc5abdbafe3e4 (diff)
downloadcpython-8250e23abd12da20fcb03e2314fe6c34b403b534.zip
cpython-8250e23abd12da20fcb03e2314fe6c34b403b534.tar.gz
cpython-8250e23abd12da20fcb03e2314fe6c34b403b534.tar.bz2
Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c0f7ab8..43e2159 100644
--- a/configure.in
+++ b/configure.in
@@ -2534,8 +2534,8 @@ AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
- clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat fork \
- fpathconf fstatat ftime ftruncate futimesat \
+ clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat \
+ fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
initgroups kill killpg lchmod lchown linkat lstat mbrtowc mkdirat mkfifo \