Skip to content

Commit

Permalink
Match NetBSD names
Browse files Browse the repository at this point in the history
  • Loading branch information
0323pin committed Sep 25, 2024
1 parent 188fd25 commit 45ff074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/unix/bsd/netbsdlike/netbsd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2649,9 +2649,9 @@ extern "C" {
newlen: ::size_t,
) -> ::c_int;
pub fn sysctlnametomib(
name: *const ::c_char,
mibp: *mut ::c_int,
sizep: *mut ::size_t,
sname: *const ::c_char,
name: *mut ::c_int,
namelenp: *mut ::size_t,
) -> ::c_int;
#[link_name = "__kevent50"]
pub fn kevent(
Expand Down

0 comments on commit 45ff074

Please sign in to comment.