Skip to content

Commit 12ab0d6

Browse files
nikomatsakisbrson
authored andcommitted
make time module use c-stack-cdecl
1 parent 96629d5 commit 12ab0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
native "rust" mod rustrt {
3+
native "c-stack-cdecl" mod rustrt {
44
fn get_time(&sec: u32, &usec: u32);
55
fn nano_time(&ns: u64);
66
}

0 commit comments

Comments
 (0)