Skip to content

Commit

Permalink
fcntl/OPath: no alias for single platform
Browse files Browse the repository at this point in the history
Co-authored-by: SteveLauC <[email protected]>
  • Loading branch information
TheJonny and SteveLauC authored Apr 16, 2024
1 parent 30b8ffe commit eaab07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fcntl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ libc_bitflags!(
O_RSYNC;
/// Open directory for search only. Skip search permission checks on
/// later `openat()` calls using the obtained file descriptor.
#[cfg(any(target_os = "netbsd", freebsd, solarish, target_os = "fuchsia"))]
#[cfg(any(target_os = "netbsd", target_os = "freebsd", solarish, target_os = "fuchsia"))]
O_SEARCH;
/// Open with a shared file lock.
#[cfg(any(bsd, target_os = "redox"))]
Expand Down

0 comments on commit eaab07b

Please sign in to comment.