Fix unresolved imports for recv_vectored_with_ancillary_from
, send_vectored_with_ancillary_to
and SocketAncillary
This commit is contained in:
parent
64facfef51
commit
d8c75d9f91
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ mod tests;
|
|||
#[stable(feature = "unix_socket", since = "1.10.0")]
|
||||
pub use self::addr::*;
|
||||
#[cfg(any(
|
||||
doc,
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "emscripten",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue