diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-06-10 05:30:30 (GMT) |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2011-06-10 05:30:30 (GMT) |
commit | b0ae53d8a09731a51be48f9e84a71d09d0f90657 (patch) | |
tree | c4aed090ed5d29da17d008e3aa8d47b076146f1b /configure.in | |
parent | 10c30d676432b995d19308855a5ed40f87353074 (diff) | |
download | cpython-b0ae53d8a09731a51be48f9e84a71d09d0f90657.zip cpython-b0ae53d8a09731a51be48f9e84a71d09d0f90657.tar.gz cpython-b0ae53d8a09731a51be48f9e84a71d09d0f90657.tar.bz2 |
Issue #9344: Add os.getgrouplist().
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 274c68d..e0b2ecb 100644 --- a/configure.in +++ b/configure.in @@ -2541,8 +2541,8 @@ AC_MSG_RESULT(MACHDEP_OBJS) AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ clock confstr ctermid execv faccessat fchmod fchmodat fchown fchownat \ fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \ - futimens futimes \ - gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ + futimens futimes gai_strerror \ + getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ if_nameindex \ initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mbrtowc mkdirat mkfifo \ |