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.
2 parents 46c8ecc + 92d47c8 commit b3bbf1aCopy full SHA for b3bbf1a
src/windows/mod.rs
@@ -400,6 +400,8 @@ extern "C" {
400
pub fn signal(signum: c_int, handler: sighandler_t) -> sighandler_t;
401
pub fn raise(signum: c_int) -> c_int;
402
403
+ #[link_name = "_gmtime64_s"]
404
+ pub fn gmtime_s(destTime: *mut tm, srcTime: *const time_t) -> ::c_int;
405
#[link_name = "_time64"]
406
pub fn time(destTime: *mut time_t) -> time_t;
407
#[link_name = "_chmod"]
0 commit comments