You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support for Open File Description (OFD) fcntl commands on macOS.
The implementation uses the upstream libc crate which now includes the required
constants that were previously only available in a fork.
Changes:
- Added macOS OFD fcntl command support in src/fcntl.rs
- Updated sys/select.rs with improved file descriptor handling
- Fixed type casting issues in test_select.rs
0 commit comments