Skip to content

Commit 001df7d

Browse files
committed
Fix configure
1 parent e9a3acd commit 001df7d

2 files changed

Lines changed: 15 additions & 15 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5493,7 +5493,7 @@ fi
54935493
AC_CHECK_FUNCS([ \
54945494
accept4 alarm bind_textdomain_codeset chmod chown clearenv \
54955495
clock closefrom close_range confstr \
5496-
copy_file_range ctermid dladdr dup execv explicit_bzero explicit_memset \
5496+
copy_file_range ctermid dladdr dup dup3 execv explicit_bzero explicit_memset \
54975497
faccessat fchmod fchmodat fchown fchownat fdopendir fdwalk fexecve \
54985498
fork fork1 fpathconf fstatat ftime ftruncate futimens futimes futimesat \
54995499
gai_strerror getegid geteuid getgid getgrent getgrgid getgrgid_r \
@@ -5502,7 +5502,7 @@ AC_CHECK_FUNCS([ \
55025502
getpwent getpwnam_r getpwuid getpwuid_r getresgid getresuid getrusage getsid getspent \
55035503
getspnam getuid getwd grantpt if_nameindex initgroups kill killpg lchown linkat \
55045504
lockf lstat lutimes madvise mbrtowc memrchr mkdirat mkfifo mkfifoat \
5505-
mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe \
5505+
mknod mknodat mktime mmap mremap nice openat opendir pathconf pause pipe pipe2 \
55065506
plock poll ppoll posix_fadvise posix_fallocate posix_openpt posix_spawn posix_spawnp \
55075507
posix_spawn_file_actions_addclosefrom_np \
55085508
pread preadv preadv2 process_vm_readv \

0 commit comments

Comments
 (0)