We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623686 commit 0c0d227Copy full SHA for 0c0d227
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b106ef81164a33e2f18820274b48cb9673c423af
+refs/heads/master: 13d743093b55dae44772ebdf21194058a33d3bb6
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/run-pass/native2.rs
@@ -16,7 +16,7 @@ native mod zed { }
16
#[abi = "cdecl"]
17
#[nolink]
18
native mod libc {
19
- fn write(fd: int, buf: *u8, count: uint) -> int;
+ fn write(fd: int, buf: *u8, count: ctypes::size_t) -> ctypes::ssize_t;
20
}
21
22
0 commit comments