Correct sa_family_t on Solaris/Illumos
This commit is contained in:
parent
c6a68f18cb
commit
f4fea9b4a0
@ -28,7 +28,7 @@ pub type suseconds_t = ::c_long;
|
||||
pub type off_t = i64;
|
||||
pub type useconds_t = ::c_uint;
|
||||
pub type socklen_t = u32;
|
||||
pub type sa_family_t = u8;
|
||||
pub type sa_family_t = u16;
|
||||
pub type pthread_t = ::c_uint;
|
||||
pub type pthread_key_t = ::c_uint;
|
||||
pub type blksize_t = u32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user