Skip to content

Commit 62455ac

Browse files
olsonjefferybrson
authored andcommitted
---
yaml --- r: 15583 b: refs/heads/try c: a9db0c9 h: refs/heads/master i: 15581: db6c305 15579: 308692a 15575: 23b0164 15567: fb1576c 15551: a4aed2a v: v3
1 parent 8de1831 commit 62455ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: a045e63639ae34feaa63fe70850e2d8468335eba
5+
refs/heads/try: a9db0c9efe75e6adc180d1f167326e072b82792c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libstd/uv_global_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ unsafe fn outer_global_loop_body(
157157

158158
ll::loop_delete(loop_ptr);
159159
}
160-
160+
161161
unsafe fn monitor_task_loop_body(weak_exit_po_in: comm::port<()>,
162162
msg_po_in: comm::port<hl::high_level_msg>,
163163
loop_ptr: *libc::c_void,

branches/try/src/rt/rust_uv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ rust_uv_get_kernel_global_chan_ptr() {
448448

449449
extern "C" uintptr_t*
450450
rust_uv_get_kernel_monitor_global_chan_ptr() {
451-
return rust_uv_get_kernel_global_chan_ptr();
451+
return rust_uv_get_kernel_global_chan_ptr();
452452
}
453453

454454
extern "C" uintptr_t*

0 commit comments

Comments
 (0)