@@ -3937,31 +3937,32 @@ else
39373937fi
39383938
39393939# checks for library functions
3940- AC_CHECK_FUNCS ( alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
3941- clock confstr close_range copy_file_range ctermid dup3 execv explicit_bzero \
3942- explicit_memset faccessat fchmod fchmodat fchown fchownat \
3943- fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
3944- futimens futimes gai_strerror getentropy \
3945- getgrgid getgrgid_r getgrnam_r \
3946- getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \
3947- getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \
3948- if_nameindex \
3949- initgroups kill killpg lchown lockf linkat lstat lutimes mmap \
3950- memrchr mbrtowc mkdirat mkfifo \
3951- madvise mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \
3952- posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \
3953- pthread_condattr_setclock pthread_init pthread_kill pwrite pwritev pwritev2 \
3954- readlink readlinkat readv realpath renameat \
3955- sem_open sem_timedwait sem_clockwait sem_getvalue sem_unlink sendfile setegid seteuid \
3956- setgid sethostname \
3957- setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setpriority setuid setvbuf \
3958- sched_get_priority_max sched_setaffinity sched_setscheduler sched_setparam \
3959- sched_rr_get_interval shutdown \
3960- sigaction sigaltstack sigfillset siginterrupt sigpending sigrelse \
3961- sigtimedwait sigwait sigwaitinfo snprintf splice strftime strlcpy strsignal symlinkat sync \
3962- sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
3963- truncate uname unlinkat utimensat utimes vfork waitid waitpid wait3 wait4 \
3964- wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn )
3940+ AC_CHECK_FUNCS ( [ \
3941+ accept4 alarm bind_textdomain_codeset chown clock close_range confstr \
3942+ copy_file_range ctermid dup3 execv explicit_bzero explicit_memset \
3943+ faccessat fchmod fchmodat fchown fchownat fdopendir fdwalk fexecve \
3944+ fork fork1 fpathconf fstatat ftime ftruncate futimens futimes futimesat \
3945+ gai_strerror getegid getentropy geteuid getgid getgrgid getgrgid_r \
3946+ getgrnam_r getgrouplist getgroups getitimer getloadavg getlogin \
3947+ getpeername getpgid getpid getppid getpriority _getpty \
3948+ getpwent getpwnam_r getpwuid_r getresgid getresuid getsid getspent \
3949+ getspnam getuid getwd if_nameindex initgroups kill killpg lchown linkat \
3950+ lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
3951+ mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
3952+ pipe2 plock poll posix_fadvise posix_fallocate posix_spawn posix_spawnp \
3953+ pread preadv preadv2 pthread_condattr_setclock pthread_init pthread_kill \
3954+ pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \
3955+ rtpSpawn sched_get_priority_max sched_rr_get_interval sched_setaffinity \
3956+ sched_setparam sched_setscheduler sem_clockwait sem_getvalue sem_open \
3957+ sem_timedwait sem_unlink sendfile setegid seteuid setgid sethostname \
3958+ setitimer setlocale setpgid setpgrp setpriority setregid setresgid \
3959+ setresuid setreuid setsid setuid setvbuf shutdown sigaction sigaltstack \
3960+ sigfillset siginterrupt sigpending sigrelse sigtimedwait sigwait \
3961+ sigwaitinfo snprintf splice strftime strlcpy strsignal symlinkat sync \
3962+ sysconf system tcgetpgrp tcsetpgrp tempnam timegm times tmpfile \
3963+ tmpnam tmpnam_r truncate ttyname uname unlinkat utimensat utimes vfork \
3964+ wait wait3 wait4 waitid waitpid wcscoll wcsftime wcsxfrm wmemcmp writev \
3965+ ] )
39653966
39663967# Force lchmod off for Linux. Linux disallows changing the mode of symbolic
39673968# links. Some libc implementations have a stub lchmod implementation that always
0 commit comments