diff options
author | Inada Naoki <methane@users.noreply.github.com> | 2019-02-20 01:00:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 01:00:09 (GMT) |
commit | 001fee14e0f2ba5f41fb733adc69d5965925a094 (patch) | |
tree | 1f43d3cd42920f5ef131b840c444332d4023de90 /configure | |
parent | 46a97920feaf4094436b2cdb32d2bd2fab3b59a5 (diff) | |
download | cpython-001fee14e0f2ba5f41fb733adc69d5965925a094.zip cpython-001fee14e0f2ba5f41fb733adc69d5965925a094.tar.gz cpython-001fee14e0f2ba5f41fb733adc69d5965925a094.tar.bz2 |
bpo-12822: use monotonic clock for condvar if possible (GH-11723)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11448,7 +11448,8 @@ for ac_func in alarm accept4 setitimer getitimer bind_textdomain_codeset chown \ 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 \ - pthread_init pthread_kill putenv pwrite pwritev pwritev2 readlink readlinkat readv realpath renameat \ + pthread_condattr_setclock pthread_init pthread_kill putenv pwrite pwritev pwritev2 \ + readlink readlinkat readv realpath renameat \ sem_open sem_timedwait sem_getvalue sem_unlink sendfile setegid seteuid \ setgid sethostname \ setlocale setregid setreuid setresuid setresgid setsid setpgid setpgrp setpriority setuid setvbuf \ |