Skip to content

Commit 924cc1e

Browse files
committed
---
yaml --- r: 33050 b: refs/heads/dist-snap c: 3ccf6f5 h: refs/heads/master v: v3
1 parent dba7c63 commit 924cc1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: d4351c9d395f6200616450ab5b6999171a28ad9f
10+
refs/heads/dist-snap: 3ccf6f5932d8223fd6c5cbf7c6ac429ca9e8912a
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/src/libstd/uv_ll.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ extern mod rustrt {
642642
fn rust_uv_addrinfo_as_sockaddr_in(input: *addrinfo) -> *sockaddr_in;
643643
fn rust_uv_addrinfo_as_sockaddr_in6(input: *addrinfo) -> *sockaddr_in6;
644644
fn rust_uv_malloc_buf_base_of(sug_size: libc::size_t) -> *u8;
645-
fn rust_uv_free_base_of_buf(+buf: uv_buf_t);
645+
fn rust_uv_free_base_of_buf(++buf: uv_buf_t);
646646
fn rust_uv_get_stream_handle_from_connect_req(
647647
connect_req: *uv_connect_t)
648648
-> *uv_stream_t;
@@ -661,8 +661,8 @@ extern mod rustrt {
661661
fn rust_uv_get_data_for_req(req: *libc::c_void) -> *libc::c_void;
662662
fn rust_uv_set_data_for_req(req: *libc::c_void,
663663
data: *libc::c_void);
664-
fn rust_uv_get_base_from_buf(+buf: uv_buf_t) -> *u8;
665-
fn rust_uv_get_len_from_buf(+buf: uv_buf_t) -> libc::size_t;
664+
fn rust_uv_get_base_from_buf(++buf: uv_buf_t) -> *u8;
665+
fn rust_uv_get_len_from_buf(++buf: uv_buf_t) -> libc::size_t;
666666

667667
// sizeof testing helpers
668668
fn rust_uv_helper_uv_tcp_t_size() -> libc::c_uint;

0 commit comments

Comments
 (0)