summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorInada Naoki <methane@users.noreply.github.com>2019-02-20 01:00:09 (GMT)
committerGitHub <noreply@github.com>2019-02-20 01:00:09 (GMT)
commit001fee14e0f2ba5f41fb733adc69d5965925a094 (patch)
tree1f43d3cd42920f5ef131b840c444332d4023de90 /configure
parent46a97920feaf4094436b2cdb32d2bd2fab3b59a5 (diff)
downloadcpython-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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b78a7b2..867e2fc 100755
--- a/configure
+++ b/configure
@@ -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 \