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
refactor: use libc::fcntl for probing invalid fds in sort utility
Update current_open_fd_count to use unsafe libc::fcntl instead of nix::fcntl,
ensuring -1 return for invalid file descriptors, which is more reliable for
counting open fds and avoids potential errors. Added GETFD to spell-checker ignore list.
0 commit comments