]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #6979 : thestinger/rust/libc, r=brson
authorbors <bors@rust-lang.org>
Fri, 7 Jun 2013 02:40:32 +0000 (19:40 -0700)
committerbors <bors@rust-lang.org>
Fri, 7 Jun 2013 02:40:32 +0000 (19:40 -0700)
LLVM provides these functions as intrinsics, and will generate calls to
libc when appropriate. They are exposed in the `ptr` module as
`copy_nonoverlapping_memory`, `copy_memory` and `set_memory`.

@graydon: r?


Trivial merge