Skip to content

Commit

Permalink
change sign for blksize_t type under openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Dec 23, 2015
1 parent d732678 commit b1a108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/bsd/openbsdlike/openbsd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b1a108c

Please sign in to comment.