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 c5eadb3 commit d732678Copy full SHA for d732678
src/unix/bsd/openbsdlike/openbsd.rs
@@ -3,8 +3,8 @@ 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;
6
-pub type fsblkcnt_t = ::c_uint;
7
-pub type fsfilcnt_t = ::c_uint;
+pub type fsblkcnt_t = ::uint64_t;
+pub type fsfilcnt_t = ::uint64_t;
8
pub type pthread_attr_t = *mut ::c_void;
9
pub type pthread_mutex_t = *mut ::c_void;
10
pub type pthread_mutexattr_t = *mut ::c_void;
0 commit comments