Skip to content

Commit 52ad275

Browse files
committed
Register snapshots
1 parent 1b3086a commit 52ad275

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

src/libcore/pipes.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -236,21 +236,6 @@ pub fn entangle_buffer<T: Send, Tstart: Send>(
236236
(SendPacketBuffered(p), RecvPacketBuffered(p))
237237
}
238238

239-
#[cfg(stage0)]
240-
#[abi = "rust-intrinsic"]
241-
#[doc(hidden)]
242-
extern mod rusti {
243-
#[legacy_exports];
244-
fn atomic_xchg(dst: &mut int, ++src: int) -> int;
245-
fn atomic_xchg_acq(dst: &mut int, ++src: int) -> int;
246-
fn atomic_xchg_rel(dst: &mut int, ++src: int) -> int;
247-
248-
fn atomic_xadd_acq(dst: &mut int, ++src: int) -> int;
249-
fn atomic_xsub_rel(dst: &mut int, ++src: int) -> int;
250-
}
251-
252-
#[cfg(stage1)]
253-
#[cfg(stage2)]
254239
#[abi = "rust-intrinsic"]
255240
#[doc(hidden)]
256241
extern mod rusti {

src/snapshots.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
S 2012-09-26 010f805
2+
macos-i386 847b1cda4780badb9529a73aa00adfd907f69106
3+
macos-x86_64 6645c4302bcc04c76fae92fb0b3703b5b5310d17
4+
freebsd-x86_64 f951bc129a20a5c360cd318da71d849baba9cb27
5+
linux-i386 c2993f34ba8469f37f94939fef80c36bfbf6a7df
6+
linux-x86_64 862850a54364de970d0f77cc091d631d343730e7
7+
winnt-i386 f497329c7e254de7e23f43daf62e38ee562fc92c
8+
19
S 2012-09-23 92752a4
210
macos-i386 0d5130364e8610413c9da965ca5ce6967f32ab3d
311
macos-x86_64 a0bc17c9025c509b0ecfb35d04e35b8b232f2687

0 commit comments

Comments
 (0)