Skip to content

Commit

Permalink
Merge pull request #3984 from tgross35/backport-bsd-fix
Browse files Browse the repository at this point in the history
[0.2] Backport bsd fix
  • Loading branch information
tgross35 authored Oct 17, 2024
2 parents b72e9bc + ed784c3 commit 49f1ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ cfg_if! {
target_os = "macos",
target_os = "freebsd",
target_os = "android",
target_os = "openbsd",
))] {
pub const FNM_PATHNAME: c_int = 1 << 1;
pub const FNM_NOESCAPE: c_int = 1 << 0;
Expand Down

0 comments on commit 49f1ad7

Please sign in to comment.