Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93cfa95

Browse files
committed
Add kill, execv, fork to tested functions.
1 parent fde5169 commit 93cfa95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ DLINCLDIR=${dldir}
397397
LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
398398

399399
# checks for library functions
400-
AC_CHECK_FUNCS(chown clock dlopen flock ftime ftruncate \
400+
AC_CHECK_FUNCS(chown clock dlopen execv flock fork ftime ftruncate \
401401
gethostname_r getpeername getpgrp getpid gettimeofday getwd \
402-
link lstat mkfifo nice plock putenv readlink \
402+
kill link lstat mkfifo nice plock putenv readlink \
403403
select setgid setuid setsid setpgid setpgrp setvbuf \
404404
sigaction siginterrupt sigrelse strftime symlink \
405405
tcgetpgrp tcsetpgrp times truncate uname waitpid)

0 commit comments

Comments
 (0)