Skip to content

Commit 5d239ef

Browse files
committed
---
yaml --- r: 5676 b: refs/heads/master c: a0a4d34 h: refs/heads/master v: v3
1 parent 2c5a93e commit 5d239ef

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2124839cd77c27f492b7fe35c81cf9469e5340e8
2+
refs/heads/master: a0a4d34e141a7a6445457e27fe18d875fb57d9d5

trunk/src/lib/ctypes.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// FIXME: This can't be right
2+
type size_t = uint;
3+
type ssize_t = int;
4+

trunk/src/lib/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ mod comm;
2929
mod either;
3030
mod option;
3131
mod util;
32+
mod ctypes;
3233

3334
// Authorize various rule-bendings.
3435

0 commit comments

Comments
 (0)