diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-05-30 16:35:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 16:35:41 +0900 |
commit | bee31ce775ec70013d360b353572bd1a01d78e67 (patch) | |
tree | 67381820ee11609b2fd9a4d19f787b7b387d100b /configure | |
parent | bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) (diff) | |
download | cpython-bee31ce775ec70013d360b353572bd1a01d78e67.tar.gz cpython-bee31ce775ec70013d360b353572bd1a01d78e67.tar.bz2 cpython-bee31ce775ec70013d360b353572bd1a01d78e67.zip |
autoreconf (GH-13651)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index cc18322d751..cacf9fc4189 100755 --- a/configure +++ b/configure @@ -11483,9 +11483,9 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \ if_nameindex \ - initgroups kill killpg lchmod lchown lockf linkat lstat lutimes madvise mmap \ + initgroups kill killpg lchmod lchown lockf linkat lstat lutimes mmap \ memrchr mbrtowc mkdirat mkfifo \ - mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ + madvise mkfifoat mknod mknodat mktime mremap nice openat pathconf pause pipe2 plock poll \ posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \ pthread_condattr_setclock pthread_init pthread_kill putenv pwrite pwritev pwritev2 \ readlink readlinkat readv realpath renameat \ |