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

Remove Linux workarounds for missing CLOEXEC support #85

Closed
sunfishcode opened this issue Jul 29, 2020 · 0 comments
Closed

Remove Linux workarounds for missing CLOEXEC support #85

sunfishcode opened this issue Jul 29, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sunfishcode
Copy link
Member

Rust removed its workarounds for missing CLOEXEC support in old Linux versions in rust-lang/rust#74606, so we can remove the corresponding workarounds in cap-std as well. See ensure_cloexec and related functions.

@sunfishcode sunfishcode added the good first issue Good for newcomers label Jul 29, 2020
sunfishcode added a commit that referenced this issue Aug 20, 2021
Rust itself has updated its minimum supported versison to
2.6.32 [here](rust-lang/rust#74606).

Fixes #85.
sunfishcode added a commit that referenced this issue Aug 20, 2021
Rust itself has updated its minimum supported versison to
2.6.32 [here](rust-lang/rust#74606).

Fixes #85.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant