diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-05-30 07:35:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 07:35:41 (GMT) |
commit | bee31ce775ec70013d360b353572bd1a01d78e67 (patch) | |
tree | 67381820ee11609b2fd9a4d19f787b7b387d100b | |
parent | 413d955f8ec88a7183f91d7ad8b0ff7def803de3 (diff) | |
download | cpython-bee31ce775ec70013d360b353572bd1a01d78e67.zip cpython-bee31ce775ec70013d360b353572bd1a01d78e67.tar.gz cpython-bee31ce775ec70013d360b353572bd1a01d78e67.tar.bz2 |
autoreconf (GH-13651)
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |