diff options
author | pdox <pdox@alum.mit.edu> | 2017-10-05 07:01:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-10-05 07:01:56 (GMT) |
commit | e14679c78464d1e0e16786c2a0e9bcebe49e842b (patch) | |
tree | 066f524eae0f2de963387477482575462393a6c8 /configure.ac | |
parent | 55fd06605b5d4fb6442645f1532aa05953bd93bc (diff) | |
download | cpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.zip cpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.tar.gz cpython-e14679c78464d1e0e16786c2a0e9bcebe49e842b.tar.bz2 |
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 41bd9ef..b562fe4 100644 --- a/configure.ac +++ b/configure.ac @@ -3025,6 +3025,7 @@ if test "$posix_threads" = "yes"; then ;; esac]) AC_CHECK_FUNCS(pthread_atfork) + AC_CHECK_FUNCS(pthread_getcpuclockid) fi |