Skip to content
Snippets Groups Projects
Verified Commit 7e95a415 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add flock struct for Redox

parent c6d6ff7d
No related merge requests found
......@@ -15,7 +15,7 @@
use std::ffi::{CString, OsStr};
use std::os::unix::prelude::*;
#[cfg(any(target_os = "linux", target_os = "android"))]
#[cfg(any(target_os = "linux", target_os = "android", target_os = "redox"))]
mod os {
#[repr(C)]
pub struct flock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment