summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-02 20:46:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-02 20:46:48 (GMT)
commitb7572f08f48c4b29c137c7b62f10be9436b6efa3 (patch)
tree326485f0f49c4ab74c9d70c9a205c1dd5853c742 /configure.in
parent8a10ecc051b0932a8386050675862e98db5a5691 (diff)
downloadcpython-b7572f08f48c4b29c137c7b62f10be9436b6efa3.zip
cpython-b7572f08f48c4b29c137c7b62f10be9436b6efa3.tar.gz
cpython-b7572f08f48c4b29c137c7b62f10be9436b6efa3.tar.bz2
Merged revisions 76636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76636 | antoine.pitrou | 2009-12-02 21:37:54 +0100 (mer., 02 déc. 2009) | 5 lines Issue #7333: The `posix` module gains an `initgroups()` function providing access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone. ........
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f9840d4..a7a596e 100644
--- a/configure.in
+++ b/configure.in
@@ -2418,7 +2418,7 @@ AC_CHECK_FUNCS(alarm setitimer getitimer bind_textdomain_codeset chown \
clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
- kill killpg lchmod lchown lstat mbrtowc mkfifo mknod mktime \
+ initgroups kill killpg lchmod lchown lstat mbrtowc mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink realpath \
select sem_open sem_timedwait sem_getvalue sem_unlink setegid seteuid \