summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-10 16:12:25 +0000
committerGitHub <noreply@github.com>2020-10-10 16:12:25 +0000
commit566e2d7dad025c9b2bef98115b584328c145675d (patch)
tree557c28ab9930921c42576d013117a978e8156924 /src/sys
parent59e33bcbd084b65db7ccb870f844db307dadbfc0 (diff)
parent462e4bf5c105b83b9c0be1bb9ff0f5d5f33d2a90 (diff)
downloadnix-566e2d7dad025c9b2bef98115b584328c145675d.zip
Merge #1303
1303: Renable the ScmTimestamp test on FreeBSD i386 r=posborne a=asomers The relevant bug was fixed in 11.3-RELEASE https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039 Co-authored-by: Alan Somers <asomers@gmail.com>
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/socket/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sys/socket/mod.rs b/src/sys/socket/mod.rs
index 31183fe8..5e5fb8d3 100644
--- a/src/sys/socket/mod.rs
+++ b/src/sys/socket/mod.rs
@@ -495,10 +495,6 @@ pub enum ControlMessageOwned {
///
/// # Examples
///
- // Disable this test on FreeBSD i386
- // https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222039
- #[cfg_attr(not(all(target_os = "freebsd", target_arch = "x86")), doc = " ```")]
- #[cfg_attr(all(target_os = "freebsd", target_arch = "x86"), doc = " ```no_run")]
/// # #[macro_use] extern crate nix;
/// # use nix::sys::socket::*;
/// # use nix::sys::uio::IoVec;