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 94848c1 commit 69afc3aCopy full SHA for 69afc3a
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -1,5 +1,5 @@
1
pub type clock_t = i64;
2
-pub type suseconds_t = i64;
+pub type suseconds_t = ::c_long;
3
pub type dev_t = i32;
4
pub type sigset_t = ::c_uint;
5
pub type blksize_t = ::int32_t;
0 commit comments