We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6294184 commit 00fae9eCopy full SHA for 00fae9e
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -1,3 +1,5 @@
1
+use unix::bsd::O_SYNC;
2
+
3
pub type clock_t = i64;
4
pub type suseconds_t = ::c_long;
5
pub type dev_t = i32;
0 commit comments