Skip to content

Commit 629da5c

Browse files
authored
gh-150443: Exclude explicit dup3 and pipe2 checks on iOS builds. (#150444)
Exclude explicit dup3 and pipe2 checks on iOS builds.
1 parent b87c991 commit 629da5c

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

configure

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5402,7 +5402,7 @@ fi
54025402
AC_CHECK_FUNCS([ \
54035403
accept4 alarm bind_textdomain_codeset chmod chown clearenv \
54045404
clock closefrom close_range confstr \
5405-
copy_file_range ctermid dladdr dup dup3 execv explicit_bzero explicit_memset \
5405+
copy_file_range ctermid dladdr dup execv explicit_bzero explicit_memset \
54065406
faccessat fchmod fchmodat fchown fchownat fdopendir fdwalk fexecve \
54075407
fork fork1 fpathconf fstatat ftime ftruncate futimens futimes futimesat \
54085408
gai_strerror getegid geteuid getgid getgrent getgrgid getgrgid_r \
@@ -5412,7 +5412,7 @@ AC_CHECK_FUNCS([ \
54125412
getspnam getuid getwd grantpt if_nameindex initgroups kill killpg lchown linkat \
54135413
lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
54145414
mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
5415-
pipe2 plock poll ppoll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
5415+
plock poll ppoll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
54165416
posix_spawn_file_actions_addclosefrom_np \
54175417
pread preadv preadv2 process_vm_readv \
54185418
pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_init \
@@ -5449,7 +5449,7 @@ fi
54495449
# header definition prevents usage - autoconf doesn't use the headers), or
54505450
# raise an error if used at runtime. Force these symbols off.
54515451
if test "$ac_sys_system" != "iOS" ; then
5452-
AC_CHECK_FUNCS([getentropy getgroups system])
5452+
AC_CHECK_FUNCS([dup3 getentropy getgroups pipe2 system])
54535453
fi
54545454

54555455
AC_CHECK_DECL([dirfd],

0 commit comments

Comments
 (0)