File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: a045e63639ae34feaa63fe70850e2d8468335eba
5
+ refs/heads/try: a9db0c9efe75e6adc180d1f167326e072b82792c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ unsafe fn outer_global_loop_body(
157
157
158
158
ll:: loop_delete ( loop_ptr) ;
159
159
}
160
-
160
+
161
161
unsafe fn monitor_task_loop_body ( weak_exit_po_in : comm:: port < ( ) > ,
162
162
msg_po_in : comm:: port < hl:: high_level_msg > ,
163
163
loop_ptr : * libc:: c_void ,
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ rust_uv_get_kernel_global_chan_ptr() {
448
448
449
449
extern " C" uintptr_t *
450
450
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 ();
452
452
}
453
453
454
454
extern " C" uintptr_t *
You can’t perform that action at this time.
0 commit comments