Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use_file: remove EAGAIN check #522

Merged
merged 2 commits into from
Oct 16, 2024
Merged

use_file: remove EAGAIN check #522

merged 2 commits into from
Oct 16, 2024

Conversation

newpavlov
Copy link
Member

poll can return EAGAIN only on "some other UNIX systems", so we can remove its check for Linux-specific code.

Closes #451

@newpavlov newpavlov requested a review from josephlr October 16, 2024 09:15
@newpavlov newpavlov merged commit bce46e2 into master Oct 16, 2024
57 checks passed
@newpavlov newpavlov deleted the rm_eagain branch October 16, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential improvements to use of /dev/random on Linux/Android
1 participant