summaryrefslogtreecommitdiff
path: root/include/sys/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/random.h')
-rw-r--r--include/sys/random.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/random.h b/include/sys/random.h
index 4ee7bf2c..59e40ab8 100644
--- a/include/sys/random.h
+++ b/include/sys/random.h
@@ -10,6 +10,7 @@ extern "C" {
#define GRND_NONBLOCK 0x0001
#define GRND_RANDOM 0x0002
+#define GRND_INSECURE 0x0004
ssize_t getrandom(void *, size_t, unsigned);