We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a1eef9 + 1f68792 commit 98edf94Copy full SHA for 98edf94
1 file changed
src/unix/mod.rs
@@ -329,6 +329,7 @@ cfg_if! {
329
target_os = "macos",
330
target_os = "freebsd",
331
target_os = "android",
332
+ target_os = "openbsd",
333
))] {
334
pub const FNM_PATHNAME: c_int = 1 << 1;
335
pub const FNM_NOESCAPE: c_int = 1 << 0;
0 commit comments