diff options
author | David Carlier <dcarlier@afilias.info> | 2019-05-29 10:58:11 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-05-29 10:58:11 (GMT) |
commit | d8b755167235e0621814eb5ac39163b3db6879bb (patch) | |
tree | 91f0f085d333ff12e72ff785b5b653ccc596922c /configure.ac | |
parent | 4dd3e3f9bbd320f0dd556688e04db0a6b55a7b52 (diff) | |
download | cpython-d8b755167235e0621814eb5ac39163b3db6879bb.zip cpython-d8b755167235e0621814eb5ac39163b3db6879bb.tar.gz cpython-d8b755167235e0621814eb5ac39163b3db6879bb.tar.bz2 |
bpo-33164: blake2 fix for HP-UX (GH-13633)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c743edf..864c0ab 100644 --- a/configure.ac +++ b/configure.ac @@ -3527,6 +3527,8 @@ AC_CHECK_FUNCS(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 mmap \ + memrchr mbrtowc mkdirat mkfifo \ 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 \ |