We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 540936c + 8266657 commit 13ea09bCopy full SHA for 13ea09b
library/std/src/sys/pal/sgx/net.rs
@@ -542,7 +542,4 @@ pub mod netc {
542
pub sin6_flowinfo: u32,
543
pub sin6_scope_id: u32,
544
}
545
-
546
- #[derive(Copy, Clone)]
547
- pub struct sockaddr {}
548
library/std/src/sys/pal/teeos/net.rs
@@ -364,9 +364,6 @@ pub mod netc {
364
365
366
367
368
369
370
371
372
pub type Socket = UdpSocket;
library/std/src/sys/pal/xous/net/mod.rs
@@ -78,7 +78,4 @@ pub mod netc {
78
79
80
81
82
83
84
0 commit comments