diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-02-16 23:35:41 (GMT) |
commit | b2c92f44d4572615b14671a5b3d0cace1c2b1511 (patch) | |
tree | 7b096e5f897ebe77875c840db97f789830e5091e /configure.in | |
parent | b4779c3496b9aea6fca7717015985e72e9127a2e (diff) | |
download | cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.zip cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.tar.gz cpython-b2c92f44d4572615b14671a5b3d0cace1c2b1511.tar.bz2 |
Patch #511193: Implement killpg in posixmodule.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f416dc3..bb7a28d 100644 --- a/configure.in +++ b/configure.in @@ -1423,7 +1423,7 @@ AC_MSG_RESULT(MACHDEP_OBJS) AC_CHECK_FUNCS(alarm chown chroot clock confstr ctermid ctermid_r execv \ flock fork fsync fdatasync fpathconf ftime ftruncate \ gai_strerror getgroups getlogin getpeername getpid getpwent getwd \ - hstrerror inet_pton kill link lstat mkfifo mktime mremap \ + hstrerror inet_pton kill killpg link lstat mkfifo mktime mremap \ nice pathconf pause plock poll pthread_init \ putenv readlink \ select setegid seteuid setgid setgroups \ |