Skip to content

Commit

Permalink
Merge pull request #3983 from semarie/openbsd-fnmatch
Browse files Browse the repository at this point in the history
unbreak OpenBSD after #3937
  • Loading branch information
tgross35 authored Oct 17, 2024
2 parents 0a1eef9 + 1f68792 commit 98edf94
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 @@ -329,6 +329,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 98edf94

Please sign in to comment.