Skip to content

Commit

Permalink
unbreak OpenBSD after #3937
Browse files Browse the repository at this point in the history
fix FNM_PATHNAME and FNM_NOESCAPE values.
  • Loading branch information
semarie committed Oct 17, 2024
1 parent 0a1eef9 commit 1f68792
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 1f68792

Please sign in to comment.