Browse Source

cosmetics on random numbers code

pull/396/head
Logan007 4 years ago
parent
commit
1fcdd4e338
  1. 2
      include/random_numbers.h

2
include/random_numbers.h

@ -34,7 +34,7 @@
#include <sys/syscall.h> // syscall #include <sys/syscall.h> // syscall
#ifdef SYS_getrandom #ifdef SYS_getrandom
#define GRND_NONBLOCK 1 #define GRND_NONBLOCK 1
#include <errno.h> // errno #include <errno.h> // errno, EAGAIN
#endif #endif
#endif #endif

Loading…
Cancel
Save