Skip to content

Commit 581c212

Browse files
committed
---
yaml --- r: 14209 b: refs/heads/try c: 13d7430 h: refs/heads/master i: 14207: f09eb4b v: v3
1 parent 2a64668 commit 581c212

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: b106ef81164a33e2f18820274b48cb9673c423af
5+
refs/heads/try: 13d743093b55dae44772ebdf21194058a33d3bb6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/test/run-pass/native2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ native mod zed { }
1616
#[abi = "cdecl"]
1717
#[nolink]
1818
native mod libc {
19-
fn write(fd: int, buf: *u8, count: uint) -> int;
19+
fn write(fd: int, buf: *u8, count: ctypes::size_t) -> ctypes::ssize_t;
2020
}
2121

2222
#[abi = "cdecl"]

0 commit comments

Comments
 (0)