mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Add /dev/(u)random on NT (#1163)
This commit is contained in:
parent
8f6bc9dabc
commit
b6e40a3a58
17 changed files with 97 additions and 22 deletions
|
@ -40,6 +40,8 @@ static const char *__fdkind2str(int x) {
|
|||
return "kFdZip";
|
||||
case kFdEpoll:
|
||||
return "kFdEpoll";
|
||||
case kFdDevRandom:
|
||||
return "kFdRandom";
|
||||
default:
|
||||
return "kFdWut";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue