Skip to content
Snippets Groups Projects
Commit b1a108c2 authored by Sébastien Marie's avatar Sébastien Marie
Browse files

change sign for `blksize_t` type under openbsd

parent d732678d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment