Skip to content

Commit ed784c3

Browse files
semarietgross35
authored andcommitted
unbreak OpenBSD after #3937
fix FNM_PATHNAME and FNM_NOESCAPE values. (backport <#3983>) (cherry picked from commit 1f68792)
1 parent b72e9bc commit ed784c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ cfg_if! {
322322
target_os = "macos",
323323
target_os = "freebsd",
324324
target_os = "android",
325+
target_os = "openbsd",
325326
))] {
326327
pub const FNM_PATHNAME: c_int = 1 << 1;
327328
pub const FNM_NOESCAPE: c_int = 1 << 0;

0 commit comments

Comments
 (0)