We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bab5d commit b1d8554Copy full SHA for b1d8554
src/libstd/os/openbsd/raw.rs
@@ -16,7 +16,7 @@ use os::raw::c_long;
16
use os::unix::raw::{uid_t, gid_t};
17
18
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blkcnt_t = i64;
19
-#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = u32;
+#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = i32;
20
#[stable(feature = "raw_ext", since = "1.1.0")] pub type dev_t = i32;
21
#[stable(feature = "raw_ext", since = "1.1.0")] pub type fflags_t = u32;
22
#[stable(feature = "raw_ext", since = "1.1.0")] pub type ino_t = u64;
0 commit comments