Skip to content

Commit 4f8d584

Browse files
committed
Rollup merge of rust-lang#30925 - semarie:blksize_t, r=alexcrichton
make `os::raw::tests::unix` test to pass again r? @alexcrichton
2 parents 22cbdd4 + b1d8554 commit 4f8d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os/openbsd/raw.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use os::raw::c_long;
1616
use os::unix::raw::{uid_t, gid_t};
1717

1818
#[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;
19+
#[stable(feature = "raw_ext", since = "1.1.0")] pub type blksize_t = i32;
2020
#[stable(feature = "raw_ext", since = "1.1.0")] pub type dev_t = i32;
2121
#[stable(feature = "raw_ext", since = "1.1.0")] pub type fflags_t = u32;
2222
#[stable(feature = "raw_ext", since = "1.1.0")] pub type ino_t = u64;

0 commit comments

Comments
 (0)