Skip to content

Commit b1d8554

Browse files
committed
update blksize_t in raw to reflect libc change under openbsd
1 parent e5bab5d commit b1d8554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os/openbsd/raw.rs

+1-1
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)