Skip to content

Commit

Permalink
NetBSD/riscv64: remove copy-pasted comment.
Browse files Browse the repository at this point in the history
(This comment is prevalent in the BSD descriptions...)
  • Loading branch information
he32 committed Jul 9, 2023
1 parent 5b4ed68 commit deb1ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/bsd/netbsdlike/netbsd/riscv64.rs
Expand Up @@ -5,7 +5,6 @@ pub type c_ulong = u64;
pub type c_char = u8;
pub type __cpu_simple_lock_nv_t = ::c_int;

// should be pub(crate), but that requires Rust 1.18.0
cfg_if! {
if #[cfg(libc_const_size_of)] {
#[doc(hidden)]
Expand Down

0 comments on commit deb1ac7

Please sign in to comment.