File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
library/std/src/sys/unix/ext/net Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use crate::sys::unix::ext::net::addr::{sockaddr_un, SocketAddr};
12
12
target_os = "linux" ,
13
13
target_os = "netbsd" ,
14
14
target_os = "openbsd" ,
15
- target_env = "uclibc" ,
16
15
) ) ]
17
16
use crate :: sys:: unix:: ext:: net:: ancillary:: {
18
17
recv_vectored_with_ancillary_from, send_vectored_with_ancillary_to, SocketAncillary ,
@@ -364,7 +363,6 @@ impl UnixDatagram {
364
363
target_os = "linux" ,
365
364
target_os = "netbsd" ,
366
365
target_os = "openbsd" ,
367
- target_env = "uclibc" ,
368
366
) ) ]
369
367
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
370
368
pub fn recv_vectored_with_ancillary_from (
@@ -422,7 +420,6 @@ impl UnixDatagram {
422
420
target_os = "linux" ,
423
421
target_os = "netbsd" ,
424
422
target_os = "openbsd" ,
425
- target_env = "uclibc" ,
426
423
) ) ]
427
424
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
428
425
pub fn recv_vectored_with_ancillary (
@@ -529,7 +526,6 @@ impl UnixDatagram {
529
526
target_os = "linux" ,
530
527
target_os = "netbsd" ,
531
528
target_os = "openbsd" ,
532
- target_env = "uclibc" ,
533
529
) ) ]
534
530
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
535
531
pub fn send_vectored_with_ancillary_to < P : AsRef < Path > > (
@@ -578,7 +574,6 @@ impl UnixDatagram {
578
574
target_os = "linux" ,
579
575
target_os = "netbsd" ,
580
576
target_os = "openbsd" ,
581
- target_env = "uclibc" ,
582
577
) ) ]
583
578
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
584
579
pub fn send_vectored_with_ancillary (
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ mod addr;
11
11
target_os = "linux" ,
12
12
target_os = "netbsd" ,
13
13
target_os = "openbsd" ,
14
- target_env = "uclibc" ,
15
14
) ) ) ]
16
15
#[ cfg( any(
17
16
doc,
@@ -22,7 +21,6 @@ mod addr;
22
21
target_os = "linux" ,
23
22
target_os = "netbsd" ,
24
23
target_os = "openbsd" ,
25
- target_env = "uclibc" ,
26
24
) ) ]
27
25
mod ancillary;
28
26
mod datagram;
@@ -42,7 +40,6 @@ pub use self::addr::*;
42
40
target_os = "linux" ,
43
41
target_os = "netbsd" ,
44
42
target_os = "openbsd" ,
45
- target_env = "uclibc" ,
46
43
) ) ]
47
44
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
48
45
pub use self :: ancillary:: * ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use crate::sys::unix::ext::net::addr::{sockaddr_un, SocketAddr};
24
24
target_os = "linux" ,
25
25
target_os = "netbsd" ,
26
26
target_os = "openbsd" ,
27
- target_env = "uclibc" ,
28
27
) ) ]
29
28
use crate :: sys:: unix:: ext:: net:: ancillary:: {
30
29
recv_vectored_with_ancillary_from, send_vectored_with_ancillary_to, SocketAncillary ,
@@ -536,7 +535,6 @@ impl UnixStream {
536
535
target_os = "linux" ,
537
536
target_os = "netbsd" ,
538
537
target_os = "openbsd" ,
539
- target_env = "uclibc" ,
540
538
) ) ]
541
539
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
542
540
pub fn recv_vectored_with_ancillary (
@@ -586,7 +584,6 @@ impl UnixStream {
586
584
target_os = "linux" ,
587
585
target_os = "netbsd" ,
588
586
target_os = "openbsd" ,
589
- target_env = "uclibc" ,
590
587
) ) ]
591
588
#[ unstable( feature = "unix_socket_ancillary_data" , issue = "76915" ) ]
592
589
pub fn send_vectored_with_ancillary (
Original file line number Diff line number Diff line change @@ -566,7 +566,6 @@ fn test_send_vectored_with_ancillary_to_unix_datagram() {
566
566
target_os = "linux" ,
567
567
target_os = "netbsd" ,
568
568
target_os = "openbsd" ,
569
- target_env = "uclibc" ,
570
569
) ) ]
571
570
#[ test]
572
571
fn test_send_vectored_with_ancillary_unix_datagram ( ) {
You can’t perform that action at this time.
0 commit comments