]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/os/unix/net/tests.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / library / std / src / os / unix / net / tests.rs
index f8c29a6d3a16a5ab190fdd5892feeca9352b6e8c..39f10c50dc4212c6371b77ead070422f9516d07a 100644 (file)
@@ -646,7 +646,7 @@ fn test_send_vectored_fds_unix_stream() {
     }
 }
 
-#[cfg(any(target_os = "android", target_os = "linux",))]
+#[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
 #[test]
 fn test_send_vectored_with_ancillary_to_unix_datagram() {
     fn getpid() -> libc::pid_t {