Register snapshots
This commit is contained in:
parent
1b3086aada
commit
52ad2750ea
2 changed files with 8 additions and 15 deletions
|
|
@ -236,21 +236,6 @@ pub fn entangle_buffer<T: Send, Tstart: Send>(
|
|||
(SendPacketBuffered(p), RecvPacketBuffered(p))
|
||||
}
|
||||
|
||||
#[cfg(stage0)]
|
||||
#[abi = "rust-intrinsic"]
|
||||
#[doc(hidden)]
|
||||
extern mod rusti {
|
||||
#[legacy_exports];
|
||||
fn atomic_xchg(dst: &mut int, ++src: int) -> int;
|
||||
fn atomic_xchg_acq(dst: &mut int, ++src: int) -> int;
|
||||
fn atomic_xchg_rel(dst: &mut int, ++src: int) -> int;
|
||||
|
||||
fn atomic_xadd_acq(dst: &mut int, ++src: int) -> int;
|
||||
fn atomic_xsub_rel(dst: &mut int, ++src: int) -> int;
|
||||
}
|
||||
|
||||
#[cfg(stage1)]
|
||||
#[cfg(stage2)]
|
||||
#[abi = "rust-intrinsic"]
|
||||
#[doc(hidden)]
|
||||
extern mod rusti {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
S 2012-09-26 010f805
|
||||
macos-i386 847b1cda4780badb9529a73aa00adfd907f69106
|
||||
macos-x86_64 6645c4302bcc04c76fae92fb0b3703b5b5310d17
|
||||
freebsd-x86_64 f951bc129a20a5c360cd318da71d849baba9cb27
|
||||
linux-i386 c2993f34ba8469f37f94939fef80c36bfbf6a7df
|
||||
linux-x86_64 862850a54364de970d0f77cc091d631d343730e7
|
||||
winnt-i386 f497329c7e254de7e23f43daf62e38ee562fc92c
|
||||
|
||||
S 2012-09-23 92752a4
|
||||
macos-i386 0d5130364e8610413c9da965ca5ce6967f32ab3d
|
||||
macos-x86_64 a0bc17c9025c509b0ecfb35d04e35b8b232f2687
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue