Skip to content

Commit eff3d81

Browse files
committed
Fix wrong C type name
1 parent 4036d6c commit eff3d81

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ s! {
189189

190190
pub struct mmsghdr {
191191
pub msg_hdr: ::msghdr,
192-
pub msg_len: ::c_ssize_t,
192+
pub msg_len: ::ssize_t,
193193
}
194194
}
195195

0 commit comments

Comments
 (0)