We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9066f5 commit 359f928Copy full SHA for 359f928
1 file changed
3rdparty/omnisette/src/store_services_core/posix_windows.rs
@@ -5,7 +5,7 @@ use std::ffi::{CStr, CString};
5
use std::mem::MaybeUninit;
6
7
#[link(name = "ucrt")]
8
-extern "C" {
+unsafe extern "C" {
9
fn _errno() -> *mut libc::c_int;
10
fn _timespec64_get(__ts: *mut libc::timespec, __base: libc::c_int) -> libc::c_int;
11
fn _chsize(handle: i64, length: u64) -> usize;
0 commit comments