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 96629d5 commit 12ab0d6Copy full SHA for 12ab0d6
src/lib/time.rs
@@ -1,6 +1,6 @@
1
2
3
-native "rust" mod rustrt {
+native "c-stack-cdecl" mod rustrt {
4
fn get_time(&sec: u32, &usec: u32);
5
fn nano_time(&ns: u64);
6
}
0 commit comments