diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-11-27 14:09:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-11-27 14:09:49 (GMT) |
commit | 7aed61ae466570fc9fbb8cb26c31e02c1a57e82d (patch) | |
tree | 6eb60ddb67a4866abff4f431ce43b1c2bd3e51b9 /configure.in | |
parent | 03f6c11f07f7f7163186c7f8cb9da086ba703162 (diff) | |
download | cpython-7aed61ae466570fc9fbb8cb26c31e02c1a57e82d.zip cpython-7aed61ae466570fc9fbb8cb26c31e02c1a57e82d.tar.gz cpython-7aed61ae466570fc9fbb8cb26c31e02c1a57e82d.tar.bz2 |
Merged revisions 76550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76550 | martin.v.loewis | 2009-11-27 14:56:01 +0100 (Fr, 27 Nov 2009) | 2 lines
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
........
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ac63667..ca9037b 100644 --- a/configure.in +++ b/configure.in @@ -2417,14 +2417,14 @@ AC_MSG_RESULT(MACHDEP_OBJS) 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 getpwent getspnam getspent getsid getwd \ + getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ 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 \ setgid \ - setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \ - sigaction siginterrupt sigrelse strftime strlcpy \ + setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setuid setvbuf \ + sigaction siginterrupt sigrelse snprintf strftime strlcpy \ sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ truncate uname unsetenv utimes waitpid wait3 wait4 \ wcscoll wcsftime wcsxfrm _getpty) |