diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:35:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:35:36 (GMT) |
commit | 49ee14dac5da2249f0f55f00190a9b9f01d23642 (patch) | |
tree | dde1b85066268f6d5ca6e28b3606a00854ad2d72 /configure | |
parent | 967b063add196bc2da55fdb81f91a802600b7b7b (diff) | |
download | cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.zip cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.gz cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.bz2 |
Patch #839038: Add getsid(2).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.438 . +# From configure.in Revision: 1.439 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for python 2.4. # @@ -13096,10 +13096,11 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6 + for ac_func in 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 \ |