We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb7389 commit aea472eCopy full SHA for aea472e
libc-test/semver/fuchsia.txt
@@ -1446,6 +1446,7 @@ sigwait
1446
sigwaitinfo
1447
sockaddr_ll
1448
sockaddr_nl
1449
+sockaddr_vm
1450
splice
1451
spwd
1452
srand
src/fuchsia/mod.rs
@@ -359,9 +359,10 @@ s! {
359
360
pub struct sockaddr_vm {
361
pub svm_family: sa_family_t,
362
- pub svm_reserved: u16,
+
363
+ pub svm_reserved: c_ushort,
364
pub svm_port: crate::in_port_t,
- pub svm_cid: u32,
365
+ pub svm_cid: c_uint,
366
pub svm_zero: [u8; 4],
367
}
368
0 commit comments