Correct sa_family_t on Solaris/Illumos

This commit is contained in:
Vojtech Kral 2017-03-31 22:08:43 +02:00 committed by GitHub
parent c6a68f18cb
commit f4fea9b4a0

View File

@ -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;