Skip to content

Commit

Permalink
merge 3.6 (python#29057)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 2, 2017
2 parents 4fb5e76 + 4632258 commit 646bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/random.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ifdef HAVE_LINUX_RANDOM_H
# include <linux/random.h>
# endif
# ifdef HAVE_SYS_RANDOM_H
# if defined(HAVE_SYS_RANDOM_H) && (defined(HAVE_GETRANDOM) || defined(HAVE_GETENTROPY))
# include <sys/random.h>
# endif
# if !defined(HAVE_GETRANDOM) && defined(HAVE_GETRANDOM_SYSCALL)
Expand Down

0 comments on commit 646bf75

Please sign in to comment.