diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-12 20:38:22 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-12 20:38:22 (GMT) |
commit | 7258176c68a5061a5d05ee43f11e99fd94e34364 (patch) | |
tree | 597ea7abf56a58a178003e6fe7efb8bcccef623c /configure | |
parent | 328cb1fed0c91f50f311cdc545fe0e9303d0dae7 (diff) | |
parent | 1b80b24007154d1f5764b1c14b95c80289cd3c34 (diff) | |
download | cpython-7258176c68a5061a5d05ee43f11e99fd94e34364.zip cpython-7258176c68a5061a5d05ee43f11e99fd94e34364.tar.gz cpython-7258176c68a5061a5d05ee43f11e99fd94e34364.tar.bz2 |
Merge 3.5 (os.urandom)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16276,6 +16276,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ + #include <unistd.h> #include <sys/syscall.h> int main() { |