Skip to content

Commit 898302e

Browse files
committed
std: remove unnecessary #[cfg] on NetBSD
1 parent 9abda03 commit 898302e

File tree

1 file changed

+0
-2
lines changed
  • library/std/src/sys/unix/thread_parking

1 file changed

+0
-2
lines changed

Diff for: library/std/src/sys/unix/thread_parking/netbsd.rs

-2
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)