diff options
author | David Carlier <dcarlier@afilias.info> | 2019-05-23 04:32:44 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-05-23 04:32:44 (GMT) |
commit | 51aa35e9e17eef60d04add9619fe2a7eb938358c (patch) | |
tree | 87251bf2800e940f6872fa45d84342bb1dc455ec /configure | |
parent | 20e1e2582e5e69e43af88ff58699c8883d146acb (diff) | |
download | cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.zip cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.tar.gz cpython-51aa35e9e17eef60d04add9619fe2a7eb938358c.tar.bz2 |
bpo-33164: update blake2 implementation (GH-6286)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11462,14 +11462,14 @@ fi # checks for library functions for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ - clock confstr ctermid dup3 execv faccessat fchmod fchmodat fchown fchownat \ + clock confstr ctermid dup3 execv explicit_bzero explicit_memset faccessat fchmod fchmodat fchown fchownat \ fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \ futimens futimes gai_strerror getentropy \ getgrgid_r getgrnam_r \ getgrouplist getgroups getlogin getloadavg getpeername getpgid getpid \ getpriority getresuid getresgid getpwent getpwnam_r getpwuid_r getspnam getspent getsid getwd \ if_nameindex \ - initgroups kill killpg lchown lockf linkat lstat lutimes 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 \ posix_fallocate posix_fadvise posix_spawn posix_spawnp pread preadv preadv2 \ |