Skip to content

Commit b1a108c

Browse files
committed
change sign for blksize_t type under openbsd
1 parent d732678 commit b1a108c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/openbsdlike/openbsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub type clock_t = i64;
22
pub type suseconds_t = i64;
33
pub type dev_t = i32;
44
pub type sigset_t = ::c_uint;
5-
pub type blksize_t = ::uint32_t;
5+
pub type blksize_t = ::int32_t;
66
pub type fsblkcnt_t = ::uint64_t;
77
pub type fsfilcnt_t = ::uint64_t;
88
pub type pthread_attr_t = *mut ::c_void;

0 commit comments

Comments
 (0)