mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Release redbean 2.0.4
This commit is contained in:
parent
d5312b60f7
commit
5ddf43332e
4 changed files with 19 additions and 24 deletions
|
@ -35,6 +35,7 @@ static dontinline uint64_t rdrand_failover(void) {
|
|||
if (r == -1 && errno == EINTR) {
|
||||
r = 0;
|
||||
} else if (r == -1 && errno == EAGAIN) {
|
||||
r = 0;
|
||||
f = 0;
|
||||
} else {
|
||||
return rand64();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue