File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
branches/incoming/src/libstd Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9
- refs/heads/incoming: d4351c9d395f6200616450ab5b6999171a28ad9f
9
+ refs/heads/incoming: 3ccf6f5932d8223fd6c5cbf7c6ac429ca9e8912a
10
10
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
12
12
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ extern mod rustrt {
642
642
fn rust_uv_addrinfo_as_sockaddr_in( input: * addrinfo) -> * sockaddr_in;
643
643
fn rust_uv_addrinfo_as_sockaddr_in6( input: * addrinfo) -> * sockaddr_in6;
644
644
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) ;
646
646
fn rust_uv_get_stream_handle_from_connect_req(
647
647
connect_req: * uv_connect_t)
648
648
-> * uv_stream_t;
@@ -661,8 +661,8 @@ extern mod rustrt {
661
661
fn rust_uv_get_data_for_req( req: * libc:: c_void) -> * libc:: c_void;
662
662
fn rust_uv_set_data_for_req( req: * libc:: c_void,
663
663
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;
666
666
667
667
// sizeof testing helpers
668
668
fn rust_uv_helper_uv_tcp_t_size( ) -> libc:: c_uint;
You can’t perform that action at this time.
0 commit comments