mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Add kill, execv, fork to tested functions.
This commit is contained in:
parent
fde51691ca
commit
93cfa95bec
1 changed files with 2 additions and 2 deletions
|
@ -397,9 +397,9 @@ DLINCLDIR=${dldir}
|
||||||
LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
|
LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
|
||||||
|
|
||||||
# checks for library functions
|
# checks for library functions
|
||||||
AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \
|
AC_CHECK_FUNCS(chown clock dlopen execv flock fork ftime ftruncate \
|
||||||
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
|
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
|
||||||
link lstat mkfifo nice plock putenv readlink \
|
kill link lstat mkfifo nice plock putenv readlink \
|
||||||
select setgid setuid setsid setpgid setpgrp setvbuf \
|
select setgid setuid setsid setpgid setpgrp setvbuf \
|
||||||
sigaction siginterrupt sigrelse strftime symlink \
|
sigaction siginterrupt sigrelse strftime symlink \
|
||||||
tcgetpgrp tcsetpgrp times truncate uname waitpid)
|
tcgetpgrp tcsetpgrp times truncate uname waitpid)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue