Skip to content

Commit 312f3e4

Browse files
committed
std: remove unnecessary #[cfg] on NetBSD
1 parent e8528f8 commit 312f3e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

std/src/sys/unix/thread_parking/netbsd.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(target_os = "netbsd")]
2-
31
use crate::ffi::{c_int, c_void};
42
use crate::ptr;
53
use crate::time::Duration;

0 commit comments

Comments
 (0)