We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a270f commit c44d4e4Copy full SHA for c44d4e4
1 file changed
src/missing.h
@@ -55,3 +55,7 @@ static inline int getrandom(void *buffer, size_t count, unsigned flags) {
55
return syscall(__NR_getrandom, buffer, count, flags);
56
}
57
#endif
58
+
59
+#ifndef GRND_NONBLOCK
60
+#define GRND_NONBLOCK 0x0001
61
+#endif
0 commit comments