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.
blksize_t
1 parent d732678 commit b1a108cCopy full SHA for b1a108c
src/unix/bsd/openbsdlike/openbsd.rs
@@ -2,7 +2,7 @@ pub type clock_t = i64;
2
pub type suseconds_t = i64;
3
pub type dev_t = i32;
4
pub type sigset_t = ::c_uint;
5
-pub type blksize_t = ::uint32_t;
+pub type blksize_t = ::int32_t;
6
pub type fsblkcnt_t = ::uint64_t;
7
pub type fsfilcnt_t = ::uint64_t;
8
pub type pthread_attr_t = *mut ::c_void;
0 commit comments