Skip to content

Commit c81d057

Browse files
olsonjefferybrson
authored andcommitted
---
yaml --- r: 12975 b: refs/heads/master c: a4127d3 h: refs/heads/master i: 12973: 5c55f6e 12971: e30820d 12967: bbac0c2 12959: 1ccee08 v: v3
1 parent 10eba21 commit c81d057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 465412aeff7b0e7d7e55877402b9e736024c3675
2+
refs/heads/master: a4127d3fc696588e00fd2201a95c766b2bf8755f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libstd/uv_ll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ unsafe fn listen<T>(stream: *T, backlog: libc::c_int,
642642
ret rustrt::rust_uv_listen(stream as *libc::c_void, backlog, cb);
643643
}
644644

645-
unsafe fn accept<T, U>(server: *T, client: *T)
645+
unsafe fn accept(server: *libc::c_void, client: *libc::c_void)
646646
-> libc::c_int {
647647
ret rustrt::rust_uv_accept(server as *libc::c_void,
648648
client as *libc::c_void);

0 commit comments

Comments
 (0)