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.

(backport <#3983>)
(cherry picked from commit 1f68792)
  • Loading branch information
semarie authored and tgross35 committed Oct 17, 2024
1 parent b72e9bc commit ed784c3
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 ed784c3

Please sign in to comment.