File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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