Skip to content

Commit 1f68792

Browse files
committed
unbreak OpenBSD after #3937
fix FNM_PATHNAME and FNM_NOESCAPE values.
1 parent 0a1eef9 commit 1f68792

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)