Skip to content

Commit 49f1ad7

Browse files
authored
Merge pull request #3984 from tgross35/backport-bsd-fix
[0.2] Backport bsd fix
2 parents b72e9bc + ed784c3 commit 49f1ad7

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)