change sign for blksize_t type under openbsd

This commit is contained in:
Sébastien Marie 2015-12-21 16:42:08 +01:00
parent d732678ddc
commit b1a108c245

View File

@ -2,7 +2,7 @@ pub type clock_t = i64;
pub type suseconds_t = i64;
pub type dev_t = i32;
pub type sigset_t = ::c_uint;
pub type blksize_t = ::uint32_t;
pub type blksize_t = ::int32_t;
pub type fsblkcnt_t = ::uint64_t;
pub type fsfilcnt_t = ::uint64_t;
pub type pthread_attr_t = *mut ::c_void;