Skip to content

Commit 146fd95

Browse files
committed
fix netbsd
1 parent 32d7c44 commit 146fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/netbsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use core::{
1414

1515
pub use crate::util::{inner_u32, inner_u64};
1616

17-
crate::impl_utils!(get_errno, last_os_error);
17+
crate::impl_utils!(get_errno, last_os_error, sys_fill_exact);
1818

1919
unsafe extern "C" fn polyfill_using_kern_arand(
2020
buf: *mut c_void,

0 commit comments

Comments
 (0)