Skip to content

Commit c04f42e

Browse files
nikomatsakisbrson
authored andcommitted
migrate sched_threads call
1 parent 6910552 commit c04f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default_test_to_task;
2626
export configure_test_task;
2727
export joinable;
2828

29-
native "rust" mod rustrt {
29+
native "c-stack-cdecl" mod rustrt {
3030
fn sched_threads() -> uint;
3131
}
3232

0 commit comments

Comments
 (0)