summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-11-10 06:35:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-11-10 06:35:36 (GMT)
commit49ee14dac5da2249f0f55f00190a9b9f01d23642 (patch)
treedde1b85066268f6d5ca6e28b3606a00854ad2d72 /configure.in
parent967b063add196bc2da55fdb81f91a802600b7b7b (diff)
downloadcpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.zip
cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.gz
cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.bz2
Patch #839038: Add getsid(2).
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 289b2cf..c567d21 100644
--- a/configure.in
+++ b/configure.in
@@ -2074,7 +2074,7 @@ AC_MSG_RESULT(MACHDEP_OBJS)
AC_CHECK_FUNCS(alarm chown clock confstr ctermid execv \
fork fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
- getpriority getpwent getwd \
+ getpriority getpwent getsid getwd \
kill killpg lchown lstat mkfifo mknod mktime \
mremap nice pathconf pause plock poll pthread_init \
putenv readlink realpath \