Skip to content

Commit

Permalink
add solarish and freebsd to O_SEARCH, as it exists in in the libc crate
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJonny committed Apr 15, 2024
1 parent 1c2cad8 commit 24cff1f
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 @@ -165,7 +165,7 @@ libc_bitflags!(
#[cfg(any(target_os = "linux", netbsdlike))]
O_RSYNC;
/// Skip search permission checks.
#[cfg(target_os = "netbsd")]
#[cfg(any(target_os = "netbsd"), freebsd, solarish)]
O_SEARCH;
/// Open with a shared file lock.
#[cfg(any(bsd, target_os = "redox"))]
Expand Down

0 comments on commit 24cff1f

Please sign in to comment.