Patch #2240: Implement signal.setitimer and signal.getitimer.

This commit is contained in:
Martin v. Löwis 2008-03-24 13:31:16 +00:00
parent cdbc977c03
commit aef18b1c67
8 changed files with 313 additions and 16 deletions

View file

@ -2303,8 +2303,8 @@ fi
AC_MSG_RESULT(MACHDEP_OBJS)
# checks for library functions
AC_CHECK_FUNCS(alarm bind_textdomain_codeset chown clock confstr \
ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
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 \
kill killpg lchmod lchown lstat mkfifo mknod mktime \