diff options
Diffstat (limited to 'stdlib/sys/random.h')
-rw-r--r-- | stdlib/sys/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/sys/random.h b/stdlib/sys/random.h index b351ef5c8c..1df6e9b844 100644 --- a/stdlib/sys/random.h +++ b/stdlib/sys/random.h @@ -25,6 +25,7 @@ /* Flags for use with getrandom. */ #define GRND_NONBLOCK 0x01 #define GRND_RANDOM 0x02 +#define GRND_INSECURE 0x04 __BEGIN_DECLS |