]> granicus.if.org Git - python/commit
configure: fix HAVE_GETRANDOM_SYSCALL check
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Apr 2016 20:34:58 +0000 (22:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Apr 2016 20:34:58 +0000 (22:34 +0200)
commit1b80b24007154d1f5764b1c14b95c80289cd3c34
tree49c074bcc6dcf60bee2b15378a1d7ea254f8808c
parent9d24271d86eb45ed569467cc8d6ef0f491778f26
configure: fix HAVE_GETRANDOM_SYSCALL check

syscall() function requires #include <unistd.h>.
configure
configure.ac