Skip to content

Commit e2e6e74

Browse files
authored
Rollup merge of rust-lang#89941 - hermitcore:kernel, r=joshtriplett
removing TLS support in x86_64-unknown-none-hermitkernel HermitCore's kernel itself doesn't support TLS. Consequently, the entries in x86_64-unknown-none-hermitkernel should be removed. This commit should help to finalize rust-lang#89062.
2 parents d387441 + eb7cd76 commit e2e6e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/hermit/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl TcpStream {
182182
Ok(self.clone())
183183
}
184184

185-
pub fn set_linger(&self, linger: Option<Duration>) -> io::Result<()> {
185+
pub fn set_linger(&self, _linger: Option<Duration>) -> io::Result<()> {
186186
unsupported()
187187
}
188188

0 commit comments

Comments
 (0)