Skip to content

Commit d17f8b7

Browse files
committed
Document GRND_NONBLOCK dependency in getrandom check
1 parent 88d9da8 commit d17f8b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7872,7 +7872,7 @@ AC_LINK_IFELSE(
78727872
#include <stddef.h>
78737873
#include <unistd.h>
78747874
#include <sys/syscall.h>
7875-
#include <linux/random.h>
7875+
#include <linux/random.h> // GRND_NONBLOCK
78767876
78777877
#if !defined(SYS_getrandom) && defined(__NR_getrandom)
78787878
# define SYS_getrandom __NR_getrandom

0 commit comments

Comments
 (0)