mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
a8c19d9bae
This should work on Linux since kernel 3.17, OS X since 10.12, OpenBSD since 5.6, and FreeBSD since 12.0. It also introduces no external dependencies. Note that getentropy should only be called with at most 256 bytes or it will return EIO. The getrandom variant on Linux doesn't check for this. If called with len > 256, it's allowed to produce a short read if it gets interrupted. This should show up as an error, so everything's fine. |
||
---|---|---|
.. | ||
ames.c | ||
behn.c | ||
cttp.c | ||
dawn.c | ||
http.c | ||
loop.c | ||
main.c | ||
raft.c | ||
reck.c | ||
save.c | ||
sist.c | ||
term.c | ||
time.c | ||
unix.c | ||
walk.c |