aboutsummaryrefslogtreecommitdiff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-02-28 10:37:49 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-02-28 10:37:49 -0500
commit4ac4d03f0cac829650f7a297162d070de53c6455 (patch)
treed52a1e7aab87fcc466fa29ad2d28d0b57332dfd8 /src/comp/lib
parentrustc: Make the tag info table keyed by both tag ID and type parameter. Also ... (diff)
downloadrust-4ac4d03f0cac829650f7a297162d070de53c6455.tar.xz
rust-4ac4d03f0cac829650f7a297162d070de53c6455.zip
Update the function declarations with rust abi. A cdecl
fn write(int fd, rustrt.vbuf buf, uint count) -> int; compiles to declare i32 @write(i32, i8*, i32) and a rust fn vec_buf[T](vec[T] v, uint offset) -> vbuf; compiles to declare i8* @vec_buf(%task*, %tydesc*, %"vec[<P0:2>]", i32) which I think is the correct declaration for both :-)
Diffstat (limited to 'src/comp/lib')
0 files changed, 0 insertions, 0 deletions