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
Add support for O_DSYNC and O_RSYNC in POSIX and platform headers
- Introduced `dsync` and `rsync` modes in `open_mode` enumeration.
- Updated `calculate_posix_open_mode` to handle `O_DSYNC` and `O_RSYNC` flags.
- Refactored directory iterator implementations to use `noexcept_call` for safer error handling.
- Adjusted conditional checks in NT and Win32 headers for consistency in handling `follow` mode.
0 commit comments