diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-26 17:09:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-26 17:09:00 (GMT) |
commit | 27c269a1fe5935d330e9f17c19308ff544e886ff (patch) | |
tree | 870deb23c5d9b61ad907202660bfb05578858469 /configure | |
parent | a71cfc5cf3e32b694be754ff476ce0181a7319a2 (diff) | |
download | cpython-27c269a1fe5935d330e9f17c19308ff544e886ff.zip cpython-27c269a1fe5935d330e9f17c19308ff544e886ff.tar.gz cpython-27c269a1fe5935d330e9f17c19308ff544e886ff.tar.bz2 |
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10196,7 +10196,8 @@ $as_echo "MACHDEP_OBJS" >&6; } # checks for library functions for ac_func in alarm setitimer getitimer bind_textdomain_codeset chown \ clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \ - gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ + gai_strerror getentropy getgroups getlogin getloadavg getpeername getpgid \ + getpid \ getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \ initgroups kill killpg lchmod lchown lstat mkfifo mknod mktime mmap \ mremap nice pathconf pause plock poll pthread_init \ |