Skip to content

Commit 98edf94

Browse files
authored
Merge pull request #3983 from semarie/openbsd-fnmatch
unbreak OpenBSD after #3937
2 parents 0a1eef9 + 1f68792 commit 98edf94

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
@@ -329,6 +329,7 @@ cfg_if! {
329329
target_os = "macos",
330330
target_os = "freebsd",
331331
target_os = "android",
332+
target_os = "openbsd",
332333
))] {
333334
pub const FNM_PATHNAME: c_int = 1 << 1;
334335
pub const FNM_NOESCAPE: c_int = 1 << 0;

0 commit comments

Comments
 (0)