We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2ff7 commit cef3b81Copy full SHA for cef3b81
src/unix/newlib/horizon/mod.rs
@@ -24,7 +24,7 @@ pub type sbintime_t = ::c_longlong;
24
s! {
25
pub struct sockaddr {
26
pub sa_family: ::sa_family_t,
27
- pub sa_data: *const c_char,
+ pub sa_data: [::c_char; 26usize],
28
}
29
30
pub struct sockaddr_storage {
0 commit comments