File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 52645264# checks for library functions
52655265AC_CHECK_FUNCS ( [ \
52665266 accept4 alarm bind_textdomain_codeset chmod chown clock closefrom close_range confstr \
5267- copy_file_range ctermid dladdr dup dup3 execv explicit_bzero explicit_memset \
5267+ copy_file_range ctermid dladdr dup execv explicit_bzero explicit_memset \
52685268 faccessat fchmod fchmodat fchown fchownat fdopendir fdwalk fexecve \
52695269 fork fork1 fpathconf fstatat ftime ftruncate futimens futimes futimesat \
52705270 gai_strerror getegid geteuid getgid getgrent getgrgid getgrgid_r \
@@ -5274,7 +5274,7 @@ AC_CHECK_FUNCS([ \
52745274 getspnam getuid getwd grantpt if_nameindex initgroups kill killpg lchown linkat \
52755275 lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
52765276 mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
5277- pipe2 plock poll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
5277+ plock poll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
52785278 posix_spawn_file_actions_addclosefrom_np \
52795279 pread preadv preadv2 process_vm_readv \
52805280 pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_init \
53055305# header definition prevents usage - autoconf doesn't use the headers), or
53065306# raise an error if used at runtime. Force these symbols off.
53075307if test "$ac_sys_system" != "iOS" ; then
5308- AC_CHECK_FUNCS ( [ getentropy getgroups system] )
5308+ AC_CHECK_FUNCS ( [ dup3 getentropy getgroups pipe2 system] )
53095309fi
53105310
53115311AC_CHECK_DECL ( [ dirfd] ,
You can’t perform that action at this time.
0 commit comments